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

@ -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" {