| Top |
| AgsApplySynth * | ags_apply_synth_new () |
| #define | AGS_APPLY_SYNTH() |
| #define | AGS_APPLY_SYNTH_CLASS() |
| #define | AGS_APPLY_SYNTH_GET_CLASS() |
| #define | AGS_IS_APPLY_SYNTH() |
| GType | ags_apply_synth_get_type () |
| gdouble | base-note | Read / Write |
| guint | count | Read / Write |
| AgsChannel * | start-channel | Read / Write |
| AgsSynthGenerator * | synth-generator | Read / Write |
AgsApplySynth * ags_apply_synth_new (AgsSynthGenerator *synth_generator,AgsChannel *start_channel,gdouble base_note,guint count);
Creates an AgsApplySynth.
synth_generator |
||
start_channel |
the start AgsChannel |
|
base_note |
the base note |
|
count |
the count of lines |
Since: 2.0.0
#define AGS_APPLY_SYNTH(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_SYNTH, AgsApplySynth))
#define AGS_APPLY_SYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_SYNTH, AgsApplySynthClass))
#define AGS_APPLY_SYNTH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_SYNTH, AgsApplySynthClass))
#define AGS_IS_APPLY_SYNTH(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_SYNTH))
“base-note” property“base-note” gdouble
The base-note to ramp up from.
Flags: Read / Write
Allowed values: [-78,78]
Default value: -48
Since: 2.0.0
“count” property“count” guint
The count of channels to apply.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“start-channel” property“start-channel” AgsChannel *
The assigned AgsChannel
Flags: Read / Write
Since: 2.0.0
“synth-generator” property“synth-generator” AgsSynthGenerator *
The assigned AgsSynthGenerator
Flags: Read / Write
Since: 2.0.0