| Top |
AgsEffectPadAgsEffectPad — A composite widget to visualize a bunch of AgsChannel |
| void | ags_effect_pad_set_channel () |
| void | ags_effect_pad_resize_lines () |
| void | ags_effect_pad_map_recall () |
| GList * | ags_effect_pad_find_port () |
| AgsEffectPad * | ags_effect_pad_new () |
| #define | AGS_EFFECT_PAD_DEFAULT_VERSION |
| #define | AGS_EFFECT_PAD_DEFAULT_BUILD_ID |
| #define | AGS_EFFECT_PAD_COLUMNS_COUNT |
| enum | AgsEffectPadFlags |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsEffectPad ╰── AgsFFPlayerInputPad
AgsEffectPad is a composite widget to visualize a bunch of AgsChannel. It should be packed by an AgsEffectBridge.
void ags_effect_pad_set_channel (AgsEffectPad *effect_pad,AgsChannel *channel);
void ags_effect_pad_resize_lines (AgsEffectPad *effect_pad,GType line_type,guint audio_channels,guint audio_channels_old);
void
ags_effect_pad_map_recall (AgsEffectPad *effect_pad);
You may want the effect_pad
to add its default recall.
GList *
ags_effect_pad_find_port (AgsEffectPad *effect_pad);
Since: 0.7.8
AgsEffectPad *
ags_effect_pad_new (AgsChannel *channel);
Creates an AgsEffectPad
Since: 0.4
“channel” property“channel” AgsChannel *
The start of a bunch of AgsChannel to visualize.
Flags: Read / Write
Since: 0.4
“find-port” signalgpointer user_function (AgsEffectPad *effect_pad, gpointer user_data)
effect_pad |
the AgsEffectPad to resize |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“map-recall” signalvoid user_function (AgsEffectPad *effect_pad, gpointer user_data)
The ::map-recall should be used to add the effect_pad's default recall.
effect_pad |
the AgsEffectPad |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last