mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
infrastructure and implementation to allow "q" to drive quantize-selected-notes in midi edit mode
This commit is contained in:
parent
02b05f295a
commit
d2fc142e21
9 changed files with 91 additions and 14 deletions
|
|
@ -72,6 +72,7 @@ namespace ARDOUR {
|
|||
class Trimmable;
|
||||
class Movable;
|
||||
class Stripable;
|
||||
class MidiOperator;
|
||||
}
|
||||
|
||||
namespace Gtk {
|
||||
|
|
@ -554,6 +555,9 @@ public:
|
|||
|
||||
virtual void queue_redisplay_track_views () = 0;
|
||||
|
||||
virtual ARDOUR::Quantize get_quantize_op (bool force_dialog, bool& did_show_dialog) = 0;
|
||||
virtual void apply_midi_note_edit_op (ARDOUR::MidiOperator& op, const RegionSelection& rs) = 0;
|
||||
|
||||
/// Singleton instance, set up by Editor::Editor()
|
||||
|
||||
static PublicEditor* _instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue