mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
remove unused member of MidiStateTracker
We store "have program" as the 8 (MSb) bit of the program array, and similary for other state holding elements
This commit is contained in:
parent
bf2ff23e44
commit
15f248975f
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ class LIBARDOUR_API MidiStateTracker : public MidiNoteTracker
|
|||
void flush (MidiBuffer&, samplepos_t);
|
||||
|
||||
private:
|
||||
uint8_t have_program[16];
|
||||
uint8_t program[16];
|
||||
uint16_t bender[16];
|
||||
uint16_t pressure[16];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue