| Top |
AgsPadAgsPad — A composite widget to visualize a bunch of AgsChannel |
| void | ags_pad_set_channel () |
| void | ags_pad_resize_lines () |
| void | ags_pad_map_recall () |
| GList * | ags_pad_find_port () |
| void | ags_pad_play () |
| AgsPad * | ags_pad_new () |
| gpointer | find-port | Run Last |
| void | map-recall | Run Last |
| void | resize-lines | Run Last |
| void | set-channel | Run Last |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPad ├── AgsDrumInputPad ├── AgsDrumOutputPad ├── AgsMixerInputPad ├── AgsPanelInputPad ╰── AgsSynthInputPad
AgsPad is a composite widget to visualize a bunch of AgsChannel. It should be packed by an AgsMachine.
void ags_pad_set_channel (AgsPad *pad,AgsChannel *channel);
Is emitted as channel gets modified.
Since: 0.3
void ags_pad_resize_lines (AgsPad *pad,GType line_type,guint audio_channels,guint audio_channels_old);
Resize the count of AgsLine packe by AgsPad.
pad |
the AgsPad to resize |
|
line_type |
channel type, either |
|
audio_channels |
count of lines |
|
audio_channels_old |
old count of lines |
Since: 0.3
void ags_pad_map_recall (AgsPad *pad,guint output_pad_start);
Start of output pad
Since: 0.4
GList *
ags_pad_find_port (AgsPad *pad);
Lookup ports of assigned recalls.
Since: 0.4
“channel” property“channel” AgsChannel *
The start of a bunch of AgsChannel to visualize.
Flags: Read / Write
Since: 0.4
“map-recall” signalvoid user_function (AgsPad *pad, guint output_pad_start, gpointer user_data)
The ::map-recall as recall should be mapped
pad |
the AgsPad to resize |
|
output_pad_start |
start of output pad |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“resize-lines” signalvoid user_function (AgsPad *pad, gulong line_type, guint audio_channels, guint audio_channels_old, gpointer user_data)
The ::resize-lines is emitted as count of lines pack is modified.
pad |
the AgsPad to resize |
|
line_type |
the channel type |
|
audio_channels |
count of lines |
|
audio_channels_old |
old count of lines |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last