Get rid of some obsolete definitions.
This commit is contained in:
parent
cb4bb68479
commit
ca35541f7c
|
@ -61,9 +61,6 @@ typedef struct _stroke {
|
||||||
uint8_t dirty;
|
uint8_t dirty;
|
||||||
} stroke;
|
} stroke;
|
||||||
|
|
||||||
#define NUM_KEYS 128
|
|
||||||
#define NUM_CHAN 16
|
|
||||||
|
|
||||||
typedef struct _stroke_data {
|
typedef struct _stroke_data {
|
||||||
// key (MIDI channel and, for note/CC/PB, data byte)
|
// key (MIDI channel and, for note/CC/PB, data byte)
|
||||||
uint8_t chan, data;
|
uint8_t chan, data;
|
||||||
|
|
Loading…
Reference in New Issue