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 () |
guint | attack | Read / Write |
gdouble | base-note | Read / Write |
guint | count | Read / Write |
gdouble | delay | Read / Write |
gboolean | do-sync | Read / Write |
gboolean | fixed-length | Read / Write |
guint | frame-count | Read / Write |
gdouble | frequency | Read / Write |
guint | loop-end | Read / Write |
guint | loop-start | Read / Write |
gdouble | phase | Read / Write |
AgsChannel * | start-channel | Read / Write |
gdouble | start-frequency | Read / Write |
guint | sync-mode | Read / Write |
gpointer | sync-point | Read / Write |
guint | sync-point-count | Read / Write |
gdouble | volume | Read / Write |
guint | wave | Read / Write |
enum | AgsApplySynthWave |
#define | AGS_TYPE_APPLY_SYNTH |
struct | AgsApplySynth |
struct | AgsApplySynthClass |
AgsApplySynth * ags_apply_synth_new (AgsChannel *start_channel
,guint count
,guint wave
,guint attack
,guint frame_count
,gdouble frequency
,gdouble phase
,gdouble start_frequency
,gdouble volume
,guint loop_start
,guint loop_end
);
Creates an AgsApplySynth.
start_channel |
the start channel |
|
count |
the count of lines |
|
wave |
the selected wave |
|
attack |
the attack |
|
frame_count |
frame count |
|
frequency |
frequency |
|
phase |
the phase |
|
start_frequency |
base frequency |
|
volume |
volume |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 1.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))
“attack”
property “attack” guint
The attack of audio data.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“base-note”
property “base-note” gdouble
The base-note to ramp up from.
Flags: Read / Write
Allowed values: [-78,78]
Default value: -48
Since: 1.0.0
“count”
property “count” guint
The count of channels to apply.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“delay”
property “delay” gdouble
The delay.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
Since: 1.1.0
“do-sync”
property “do-sync” gboolean
If do sync
Flags: Read / Write
Default value: TRUE
Since: 1.0.0
“fixed-length”
property “fixed-length” gboolean
If apply fixed length
Flags: Read / Write
Default value: TRUE
Since: 1.0.0
“frame-count”
property “frame-count” guint
The frame count of audio data.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“frequency”
property “frequency” gdouble
The frequency of wave.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
Since: 1.0.0
“loop-end”
property “loop-end” guint
The loop end of audio data.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“loop-start”
property “loop-start” guint
The loop start of audio data.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“phase”
property “phase” gdouble
The phase of wave.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
Since: 1.0.0
“start-channel”
property“start-channel” AgsChannel *
The assigned AgsChannel
Flags: Read / Write
Since: 1.0.0
“start-frequency”
property “start-frequency” gdouble
The start frequency as base of wave.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“sync-mode”
property “sync-mode” guint
The sync mode to use.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“sync-point”
property “sync-point” gpointer
The sync point to use.
Flags: Read / Write
Since: 1.1.0
“sync-point-count”
property “sync-point-count” guint
The sync point count of audio data.
Flags: Read / Write
Default value: 0
Since: 1.1.0
“volume”
property “volume” gdouble
The volume of wave.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
Since: 1.0.0