mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
change MidiStateTracker to MidiNoteTracker
The old name will become a bigger class/object that tracks all MIDI state, not just notes
This commit is contained in:
parent
77a60d9e2d
commit
1ab49bcc32
27 changed files with 54 additions and 54 deletions
|
|
@ -64,8 +64,8 @@ class BeatBox {
|
|||
superclock_t measure_superclocks;
|
||||
int _quantize_divisor;
|
||||
bool clear_pending;
|
||||
ARDOUR::MidiStateTracker inbound_tracker;
|
||||
ARDOUR::MidiStateTracker outbound_tracker;
|
||||
ARDOUR::MidiNoteTracker inbound_tracker;
|
||||
ARDOUR::MidiNoteTracker outbound_tracker;
|
||||
|
||||
struct Event {
|
||||
superclock_t time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue