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
|
@ -2,6 +2,9 @@
|
|||
#define PROCESS_MIDI_H
|
||||
|
||||
#include "quantum.h"
|
||||
#include "midi.h"
|
||||
|
||||
void midi_init(void);
|
||||
|
||||
bool process_midi(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue