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

Dependencies:   ClockControl PowerControl mbed

Revision:
3:cf57d7031c12
Parent:
0:727737138ac5
--- a/Wavetable.h	Wed Nov 12 23:46:31 2014 +0000
+++ b/Wavetable.h	Tue Nov 18 17:05:49 2014 +0000
@@ -22,7 +22,7 @@
         uint8_t    decaySpeed;
         uint8_t    sustainLevel;
     } wave_t;
-
+    
     static const uint8_t* const waveTableList[];
     static wave_t const waveDefList[128];
     static uint8_t const sineTable[WAVETABLE_LENGTH];