| Top |
| #define | AGS_AUTOMATION_EDITOR_CHILD() |
| AgsAutomationEditorChild * | ags_automation_editor_child_alloc () |
| void | ags_automation_editor_reset_port () |
| void | ags_automation_editor_machine_changed () |
| void | ags_automation_editor_select_all () |
| void | ags_automation_editor_paste () |
| void | ags_automation_editor_copy () |
| void | ags_automation_editor_cut () |
| void | ags_automation_editor_invert () |
| AgsAutomationEditor * | ags_automation_editor_new () |
| #define | AGS_AUTOMATION_EDITOR() |
| #define | AGS_AUTOMATION_EDITOR_CLASS() |
| #define | AGS_AUTOMATION_EDITOR_GET_CLASS() |
| #define | AGS_IS_AUTOMATION_EDITOR() |
| GType | ags_automation_editor_get_type () |
| #define | AGS_AUTOMATION_EDITOR_DEFAULT_VERSION |
| #define | AGS_AUTOMATION_EDITOR_DEFAULT_BUILD_ID |
| enum | AgsAutomationEditorFlags |
| struct | AgsAutomationEditorChild |
| #define | AGS_TYPE_AUTOMATION_EDITOR |
| struct | AgsAutomationEditor |
| struct | AgsAutomationEditorClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsAutomationEditor
AgsAutomationEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
AgsAutomationEditor is a composite widget to edit automation. You may select machines or change editor tool to do automation.
#define AGS_AUTOMATION_EDITOR_CHILD(ptr) ((AgsAutomationEditorChild *)(ptr))
AgsAutomationEditorChild * ags_automation_editor_child_alloc (AgsMachine *machine,AgsScale *audio_scale,AgsAutomationEdit *audio_automation_edit,AgsNotebook *output_notebook,AgsScale *output_scale,AgsAutomationEdit *output_automation_edit,AgsNotebook *input_notebook,AgsScale *input_scale,AgsAutomationEdit *input_automation_edit);
void ags_automation_editor_reset_port (AgsAutomationEditor *automation_editor,AgsMachine *machine,GType channel_type,gchar **remove_specifier);
Reset port if removed automation.
automation_editor |
||
machine |
the AgsMachine |
|
channel_type |
G_TYPE_NONE, AGS_TYPE_OUTPUT or AGS_TYPE_INPUT |
|
remove_specifier |
the specifiers to remove |
Since: 1.0.0
void ags_automation_editor_machine_changed (AgsAutomationEditor *automation_editor,AgsMachine *machine);
Is emitted as machine changed of automation editor.
Since: 1.0.0
void
ags_automation_editor_select_all (AgsAutomationEditor *automation_editor);
void
ags_automation_editor_paste (AgsAutomationEditor *automation_editor);
void
ags_automation_editor_copy (AgsAutomationEditor *automation_editor);
void
ags_automation_editor_cut (AgsAutomationEditor *automation_editor);
void
ags_automation_editor_invert (AgsAutomationEditor *automation_editor);
AgsAutomationEditor * ags_automation_editor_new ();
Create a new AgsAutomationEditor.
Since: 1.0.0
#define AGS_AUTOMATION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditor))
#define AGS_AUTOMATION_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditorClass))
#define AGS_AUTOMATION_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditorClass))
#define AGS_IS_AUTOMATION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDITOR))
#define AGS_AUTOMATION_EDITOR_DEFAULT_BUILD_ID "Mon Jun 13 11:50:58 UTC 2016\0"
struct AgsAutomationEditorChild {
AgsMachine *machine;
AgsScale *audio_scale;
AgsAutomationEdit *audio_automation_edit;
AgsScale *output_scale;
AgsNotebook *output_notebook;
AgsAutomationEdit *output_automation_edit;
AgsScale *input_scale;
AgsNotebook *input_notebook;
AgsAutomationEdit *input_automation_edit;
};
“soundcard” property “soundcard” GObject *
The assigned AgsSoundcard acting as default sink.
Flags: Read / Write
Since: 1.0.0
“machine-changed” signalvoid user_function (AgsAutomationEditor *agsautomationeditor, GObject *arg1, gpointer user_data)
Flags: Run Last