1
0
Fork 0

initial implementation of polyphony using variable length array of notes on

This commit is contained in:
Gabriel Young 2017-02-18 03:12:13 -08:00
parent 5ae1411fc3
commit e405ab4bc6
5 changed files with 211 additions and 7 deletions

View file

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