initial implementation of polyphony using variable length array of notes on
This commit is contained in:
parent
5ae1411fc3
commit
e405ab4bc6
5 changed files with 211 additions and 7 deletions
|
@ -189,6 +189,7 @@ enum quantum_keycodes {
|
|||
MI_VEL_1 = MIDI_VELOCITY_MIN,
|
||||
MI_VEL_2,
|
||||
MI_VEL_3,
|
||||
MI_VEL_4,
|
||||
MI_VEL_5,
|
||||
MI_VEL_6,
|
||||
MI_VEL_7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue