forked from mirrors/qmk_userspace
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
|
@ -49,7 +49,7 @@
|
|||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include "host.h"
|
||||
#ifdef MIDI_ENABLE
|
||||
#include "midi.h"
|
||||
#include "process_midi.h"
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue