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 implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
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 channel it is assigned with.
Flags: Read / Write
Since: 0.4
“find-port”
signalgpointer user_function (AgsEffectPad *effect_pad, gpointer user_data)
Flags: Run Last
“map-recall”
signalvoid user_function (AgsEffectPad *effect_pad, gpointer user_data)
Flags: Run Last