krähemann.com

ags_notation_editor_callbacks

ags_notation_editor_callbacks

Description

Functions

ags_notation_editor_machine_changed_callback ()

void
ags_notation_editor_machine_changed_callback
                               (AgsMachineSelector *machine_selector,
                                AgsMachine *machine,
                                AgsNotationEditor *notation_editor);

ags_notation_editor_piano_key_pressed_callback ()

void
ags_notation_editor_piano_key_pressed_callback
                               (AgsPiano *piano,
                                gchar *note,
                                gint key_code,
                                AgsNotationEditor *notation_editor);

ags_notation_editor_piano_key_released_callback ()

void
ags_notation_editor_piano_key_released_callback
                               (AgsPiano *piano,
                                gchar *note,
                                gint key_code,
                                AgsNotationEditor *notation_editor);

ags_notation_editor_resize_audio_channels_callback ()

void
ags_notation_editor_resize_audio_channels_callback
                               (AgsMachine *machine,
                                guint audio_channels,
                                guint audio_channels_old,
                                AgsNotationEditor *notation_editor);

ags_notation_editor_resize_pads_callback ()

void
ags_notation_editor_resize_pads_callback
                               (AgsMachine *machine,
                                GType channel_type,
                                guint pads,
                                guint pads_old,
                                AgsNotationEditor *notation_editor);