| Top |
| void | ags_wave_editor_reset_scrollbar () |
| void | ags_wave_editor_reset_audio_scrollbar () |
| void | ags_wave_editor_reset_output_scrollbar () |
| void | ags_wave_editor_reset_input_scrollbar () |
| void | ags_wave_editor_machine_changed () |
| void | ags_wave_editor_select_region () |
| void | ags_wave_editor_select_all () |
| void | ags_wave_editor_paste () |
| void | ags_wave_editor_copy () |
| void | ags_wave_editor_cut () |
| void | ags_wave_editor_invert () |
| AgsWaveEditor * | ags_wave_editor_new () |
| #define | AGS_WAVE_EDITOR_MAX_VALUE_COUNT |
| #define | AGS_WAVE_EDITOR_MAX_CONTROLS |
| #define | AGS_WAVE_EDITOR_DEFAULT_VERSION |
| #define | AGS_WAVE_EDITOR_DEFAULT_BUILD_ID |
| enum | AgsWaveEditorFlags |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── AgsWaveEditor
AgsWaveEditor is a composite widget to edit wave. You may select machines or change editor tool to do wave.
void
ags_wave_editor_reset_scrollbar (AgsWaveEditor *wave_editor);
void
ags_wave_editor_reset_audio_scrollbar (AgsWaveEditor *wave_editor);
void
ags_wave_editor_reset_output_scrollbar
(AgsWaveEditor *wave_editor);
void
ags_wave_editor_reset_input_scrollbar (AgsWaveEditor *wave_editor);
void ags_wave_editor_machine_changed (AgsWaveEditor *wave_editor,AgsMachine *machine);
Is emitted as machine changed of wave editor.
Since: 3.0.0
void ags_wave_editor_select_region (AgsWaveEditor *wave_editor,guint x0,gdouble y0,guint x1,gdouble y1);
AgsWaveEditor * ags_wave_editor_new ();
Create a new AgsWaveEditor.
Since: 3.0.0
#define AGS_WAVE_EDITOR_DEFAULT_BUILD_ID "Thu Jan 4 19:47:23 UTC 2018"
“machine-changed” signalvoid user_function (AgsWaveEditor *agswaveeditor, GObject *arg1, gpointer user_data)
Flags: Run Last