ags_editor_callbacks
ags_editor_callbacks
|
|
Synopsis
void ags_editor_change_position_callback (AgsNavigation *navigation
,
gdouble tact
,
AgsEditor *editor
);
void ags_editor_machine_changed_callback (AgsMachineSelector *machine_selector
,
AgsMachine *machine
,
AgsEditor *editor
);
void ags_editor_parent_set_callback (GtkWidget *widget
,
GtkObject *old_parent
,
AgsEditor *editor
);
void ags_editor_set_audio_channels_callback
(AgsAudio *audio
,
guint audio_channels
,
guint audio_channels_old
,
AgsEditor *editor
);
void ags_editor_set_pads_callback (AgsAudio *audio
,
GType channel_type
,
guint pads
,
guint pads_old
,
AgsEditor *editor
);
Details
ags_editor_change_position_callback ()
void ags_editor_change_position_callback (AgsNavigation *navigation
,
gdouble tact
,
AgsEditor *editor
);
ags_editor_parent_set_callback ()
void ags_editor_parent_set_callback (GtkWidget *widget
,
GtkObject *old_parent
,
AgsEditor *editor
);
ags_editor_set_audio_channels_callback ()
void ags_editor_set_audio_channels_callback
(AgsAudio *audio
,
guint audio_channels
,
guint audio_channels_old
,
AgsEditor *editor
);
ags_editor_set_pads_callback ()
void ags_editor_set_pads_callback (AgsAudio *audio
,
GType channel_type
,
guint pads
,
guint pads_old
,
AgsEditor *editor
);