mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Improve step-editor chord mode: step on note-off
This commit is contained in:
parent
814fbfcb73
commit
826ad62d91
2 changed files with 14 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include "temporal/beats.h"
|
||||
#include "temporal/timeline.h"
|
||||
|
||||
#include "ardour/midi_state_tracker.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class MidiTrack;
|
||||
class MidiRegion;
|
||||
|
|
@ -97,6 +99,7 @@ private:
|
|||
MidiTimeAxisView& _mtv;
|
||||
int8_t last_added_pitch;
|
||||
Temporal::Beats last_added_end;
|
||||
ARDOUR::MidiNoteTracker _tracker;
|
||||
|
||||
sigc::connection delete_connection;
|
||||
sigc::connection hide_connection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue