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:
Paul Davis 2022-02-01 16:20:28 -07:00
parent 77a60d9e2d
commit 1ab49bcc32
27 changed files with 54 additions and 54 deletions

View file

@ -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;