12-polyphonic "chiptune" MIDI synthesizer for LPC1768 (Standalone version)

Dependencies:   ClockControl PowerControl mbed

Committer:
kayekss
Date:
Tue Dec 23 21:50:53 2014 +0000
Revision:
6:cda45a5e723e
Parent:
0:727737138ac5
Supports "Panic on offline" feature when using MIDI-port input

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kayekss 0:727737138ac5 1 #ifndef DEBUG_H_
kayekss 0:727737138ac5 2 #define DEBUG_H_
kayekss 0:727737138ac5 3
kayekss 0:727737138ac5 4 void checkBuffer();
kayekss 0:727737138ac5 5 void dumpInstrumentList();
kayekss 0:727737138ac5 6
kayekss 0:727737138ac5 7 #endif