| Top |
| GList * | ags_machine_editor_pad_get_line () |
| void | ags_machine_editor_pad_add_line () |
| void | ags_machine_editor_pad_remove_line () |
| AgsMachineEditorPad * | ags_machine_editor_pad_new () |
| #define | AGS_IS_MACHINE_EDITOR_PAD() |
| #define | AGS_IS_MACHINE_EDITOR_PAD_CLASS() |
| #define | AGS_MACHINE_EDITOR_PAD() |
| #define | AGS_MACHINE_EDITOR_PAD_CLASS() |
| #define | AGS_MACHINE_EDITOR_PAD_GET_CLASS() |
| GType | ags_machine_editor_pad_get_type () |
| #define | AGS_TYPE_MACHINE_EDITOR_PAD |
| struct | AgsMachineEditorPad |
| struct | AgsMachineEditorPadClass |
AgsMachineEditorPad implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.
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
#define AGS_IS_MACHINE_EDITOR_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_PAD))
#define AGS_IS_MACHINE_EDITOR_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_PAD))
#define AGS_MACHINE_EDITOR_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_PAD, AgsMachineEditorPad))
#define AGS_MACHINE_EDITOR_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_PAD, AgsMachineEditorPadClass))
#define AGS_MACHINE_EDITOR_PAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_PAD, AgsMachineEditorPadClass))
“channel” property“channel” AgsChannel *
The channel.
Owner: AgsMachineEditorPad
Flags: Read / Write
Since: 4.0.0