summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-12-25 23:08:57 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-12-25 23:08:57 +0000
commitbe75d43bd0e6a5ced684e95bf7e753f42d88bd21 (patch)
treefe09e7508ea4e71861375f86fc4e6fce03472ee7 /gtk2_ardour/public_editor.h
parentc3636a8c61401c2e487313566348e0f6d1fab990 (diff)
* first prototype implementation of playing back MIDI notes when selected
git-svn-id: svn://localhost/ardour2/branches/3.0@4348 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 0af92a592a..a10539afe8 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -160,6 +160,10 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
* (defined in editing_syms.h)
*/
virtual Editing::MidiEditMode current_midi_edit_mode () const = 0;
+
+ /** @return Sound edited notes in MIDI regions while editing
+ */
+ virtual bool is_midi_sound_notes_active () const = 0;
/** Possibly start the audition of a region. If \ref r is 0, or not an AudioRegion
* any current audition is cancelled. If we are currently auditioning \ref r,