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_IS_WAVE_EDITOR() |
#define | AGS_WAVE_EDITOR() |
#define | AGS_WAVE_EDITOR_CLASS() |
#define | AGS_WAVE_EDITOR_GET_CLASS() |
GType | ags_wave_editor_get_type () |
#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 |
#define | AGS_TYPE_WAVE_EDITOR |
struct | AgsWaveEditor |
struct | AgsWaveEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsWaveEditor
AgsWaveEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
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: 2.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: 2.0.0
#define AGS_IS_WAVE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_WAVE_EDITOR))
#define AGS_WAVE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WAVE_EDITOR, AgsWaveEditor))
#define AGS_WAVE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_WAVE_EDITOR, AgsWaveEditorClass))
#define AGS_WAVE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_WAVE_EDITOR, AgsWaveEditorClass))
#define AGS_WAVE_EDITOR_DEFAULT_BUILD_ID "Thu Jan 4 19:47:23 UTC 2018"
“soundcard”
property“soundcard” GObject *
The assigned AgsSoundcard acting as default sink.
Flags: Read / Write
Since: 2.0.0
“machine-changed”
signalvoid user_function (AgsWaveEditor *agswaveeditor, GObject *arg1, gpointer user_data)
Flags: Run Last