| Top |
| AgsFxLfoChannelInputData * | ags_fx_lfo_channel_input_data_alloc () |
| void | ags_fx_lfo_channel_input_data_free () |
| AgsFxLfoChannel * | ags_fx_lfo_channel_new () |
| #define | AGS_FX_LFO_CHANNEL() |
| #define | AGS_FX_LFO_CHANNEL_CLASS() |
| #define | AGS_FX_LFO_CHANNEL_GET_CLASS() |
| #define | AGS_IS_FX_LFO_CHANNEL() |
| #define | AGS_IS_FX_LFO_CHANNEL_CLASS() |
| GType | ags_fx_lfo_channel_get_type () |
| struct | AgsFxLfoChannelInputData |
| #define | AGS_TYPE_FX_LFO_CHANNEL |
| struct | AgsFxLfoChannel |
| struct | AgsFxLfoChannelClass |
AgsFxLfoChannelInputData * ags_fx_lfo_channel_input_data_alloc ();
Allocate AgsFxLfoChannelInputData
Since: 4.0.0
void
ags_fx_lfo_channel_input_data_free (AgsFxLfoChannelInputData *input_data);
Free input_data
.
Since: 3.3.0
AgsFxLfoChannel *
ags_fx_lfo_channel_new (AgsChannel *channel);
Create a new instance of AgsFxLfoChannel
Since: 3.8.0
#define AGS_FX_LFO_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LFO_CHANNEL, AgsFxLfoChannel))
#define AGS_FX_LFO_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LFO_CHANNEL, AgsFxLfoChannelClass))
#define AGS_FX_LFO_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LFO_CHANNEL, AgsFxLfoChannelClass))
#define AGS_IS_FX_LFO_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LFO_CHANNEL))
#define AGS_IS_FX_LFO_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LFO_CHANNEL))
struct AgsFxLfoChannelInputData {
GRecMutex strct_mutex;
gpointer parent;
AgsLFOSynthUtil *lfo_synth_util;
};
“enabled” property“enabled” AgsPort *
The enable control of LFO.
Owner: AgsFxLfoChannel
Flags: Read / Write
Since: 3.8.0
“lfo-depth” property“lfo-depth” AgsPort *
The depth of LFO.
Owner: AgsFxLfoChannel
Flags: Read / Write
Since: 3.8.0
“lfo-freq” property“lfo-freq” AgsPort *
The freq of LFO.
Owner: AgsFxLfoChannel
Flags: Read / Write
Since: 3.8.0
“lfo-phase” property“lfo-phase” AgsPort *
The phase of LFO.
Owner: AgsFxLfoChannel
Flags: Read / Write
Since: 3.8.0
“lfo-tuning” property“lfo-tuning” AgsPort *
The tuning of LFO.
Owner: AgsFxLfoChannel
Flags: Read / Write
Since: 3.8.0
“lfo-wave” property“lfo-wave” AgsPort *
The wave of LFO.
Owner: AgsFxLfoChannel
Flags: Read / Write
Since: 3.8.0