| 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() |
| #define | AGS_EFFECT_PAD_CLASS() |
| #define | AGS_EFFECT_PAD_GET_CLASS() |
| #define | AGS_IS_EFFECT_PAD() |
| GType | ags_effect_pad_get_type () |
| #define | AGS_EFFECT_PAD_DEFAULT_VERSION |
| #define | AGS_EFFECT_PAD_DEFAULT_BUILD_ID |
| #define | AGS_EFFECT_PAD_COLUMNS_COUNT |
| enum | AgsEffectPadFlags |
| #define | AGS_TYPE_EFFECT_PAD |
| struct | AgsEffectPad |
| struct | AgsEffectPadClass |
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: 1.0.0
AgsEffectPad *
ags_effect_pad_new (AgsChannel *channel);
Creates an AgsEffectPad
Since: 1.0.0
#define AGS_EFFECT_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_PAD, AgsEffectPad))
#define AGS_EFFECT_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_PAD, AgsEffectPadClass))
#define AGS_EFFECT_PAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_PAD, AgsEffectPadClass))
#define AGS_IS_EFFECT_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_PAD))
struct AgsEffectPadClass {
GtkVBoxClass vbox;
void (*set_channel)(AgsEffectPad *effect_pad, AgsChannel *channel);
void (*resize_lines)(AgsEffectPad *effect_pad, GType line_type,
guint audio_channels, guint audio_channels_old);
void (*map_recall)(AgsEffectPad *effect_pad);
GList* (*find_port)(AgsEffectPad *effect_pad);
};
“channel” property“channel” AgsChannel *
The start of a bunch of AgsChannel to visualize.
Flags: Read / Write
Since: 1.0.0
“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
“resize-lines” signalvoid user_function (AgsEffectPad *agseffectpad, gulong arg1, guint arg2, guint arg3, gpointer user_data)
Flags: Run Last