| Top |
| 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 () |
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))
“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