| Top |
AgsMachineEditorPad is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_pads.
GList *
ags_machine_editor_pad_get_line (AgsMachineEditorPad *machine_editor_pad);
Get line.
Since: 4.0.0
void ags_machine_editor_pad_add_line (AgsMachineEditorPad *machine_editor_pad,AgsMachineEditorLine *line);
Add line
to machine_editor_pad
.
Since: 4.0.0
void ags_machine_editor_pad_remove_line (AgsMachineEditorPad *machine_editor_pad,AgsMachineEditorLine *line);
Remove line
from machine_editor_pad
.
Since: 4.0.0
AgsMachineEditorPad *
ags_machine_editor_pad_new (AgsChannel *channel);
Creates an AgsMachineEditorPad
Since: 4.0.0
“channel” property“channel” AgsChannel *
The channel.
Owner: AgsMachineEditorPad
Flags: Read / Write
Since: 4.0.0