mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
* 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
This commit is contained in:
parent
c3636a8c61
commit
be75d43bd0
6 changed files with 47 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue