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() |
#define | AGS_IS_APPLY_SYNTH_CLASS() |
GType | ags_apply_synth_get_type () |
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: 0.4
#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))
#define AGS_IS_APPLY_SYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_SYNTH))