AgsApplySFZSynth

AgsApplySFZSynth — apply SFZ synth to channel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

double base-note Read / Write
guint count Read / Write
guint requested-frame-count Read / Write
AgsSFZSynthGenerator * sfz-synth-generator Read / Write
AgsChannel * start-channel Read / Write

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsApplySFZSynth

Includes

#include <ags/audio/task/ags_apply_sfz_synth.h>

Description

The AgsApplySFZSynth task apply the specified SFZ synth to channel.

Functions

ags_apply_sfz_synth_new ()

AgsApplySFZSynth *
ags_apply_sfz_synth_new (AgsSFZSynthGenerator *sfz_synth_generator,
                         AgsChannel *start_channel,
                         gdouble base_note,
                         guint count);

Creates an AgsApplySFZSynth.

Parameters

sfz_synth_generator

the AgsSFZSynthGenerator

 

start_channel

the start AgsChannel

 

base_note

the base note

 

count

the count of lines

 

Returns

an new AgsApplySFZSynth.

Since: 3.4.0

Property Details

The “base-note” property

  “base-note”                double

The base-note to ramp up from.

Owner: AgsApplySFZSynth

Flags: Read / Write

Allowed values: [-78,78]

Default value: -48

Since: 3.4.0


The “count” property

  “count”                    guint

The count of channels to apply.

Owner: AgsApplySFZSynth

Flags: Read / Write

Default value: 0

Since: 3.4.0


The “requested-frame-count” property

  “requested-frame-count”    guint

The frame count of audio signal to apply.

Owner: AgsApplySFZSynth

Flags: Read / Write

Default value: 0

Since: 3.4.0


The “sfz-synth-generator” property

  “sfz-synth-generator”      AgsSFZSynthGenerator *

The SFZ synth generator to apply.

Owner: AgsApplySFZSynth

Flags: Read / Write


The “start-channel” property

  “start-channel”            AgsChannel *

The assigned AgsChannel

Owner: AgsApplySFZSynth

Flags: Read / Write

Since: 3.4.0