| Top |
| #define | AGS_AUTOMATION_EDITOR_CHILD() |
| void | ags_automation_editor_reset_audio_scrollbar () |
| void | ags_automation_editor_reset_output_scrollbar () |
| void | ags_automation_editor_reset_input_scrollbar () |
| void | ags_automation_editor_machine_changed () |
| void | ags_automation_editor_add_acceleration () |
| void | ags_automation_editor_delete_acceleration () |
| void | ags_automation_editor_select_region () |
| 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 () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── AgsAutomationEditor
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))
void
ags_automation_editor_reset_audio_scrollbar
(AgsAutomationEditor *automation_editor);
void
ags_automation_editor_reset_output_scrollbar
(AgsAutomationEditor *automation_editor);
void
ags_automation_editor_reset_input_scrollbar
(AgsAutomationEditor *automation_editor);
void ags_automation_editor_machine_changed (AgsAutomationEditor *automation_editor,AgsMachine *machine);
Is emitted as machine changed of automation editor.
Since: 3.0.0
void ags_automation_editor_add_acceleration (AgsAutomationEditor *automation_editor,AgsAcceleration *acceleration);
void ags_automation_editor_delete_acceleration (AgsAutomationEditor *automation_editor,guint x,gdouble y);
void ags_automation_editor_select_region (AgsAutomationEditor *automation_editor,guint x0,gdouble y0,guint x1,gdouble y1);
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 instance of AgsAutomationEditor.
Since: 3.0.0
#define AGS_AUTOMATION_EDITOR_MAX_VALUE_COUNT (64 * 16 * 16 * 1200)
#define AGS_AUTOMATION_EDITOR_DEFAULT_BUILD_ID "Wed Dec 27 03:43:55 UTC 2017"
“machine-changed” signalvoid user_function (AgsAutomationEditor *agsautomationeditor, GObject *arg1, gpointer user_data)
Flags: Run Last