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

@ -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);