Luke Cartwright / Mbed 2 deprecated ELEC2645_Project_el18loc_nearlythere

Dependencies:   mbed

Revision:
24:c3bb1b0b2207
Parent:
21:60f01b17b0a6
Child:
27:da783f414f67
--- a/main.cpp	Sat May 23 16:49:53 2020 +0000
+++ b/main.cpp	Sun May 24 15:20:31 2020 +0000
@@ -12,9 +12,13 @@
 */
 
 /* TO DO:
+Add F POT
 Sort Squarewave+tri Sound
 Add Menu from front.cpp
 Master Volume
+Filter
+Add Note Select
+Add Pitchbend w.NS^
 MIDI
 */
 // Includes
@@ -69,7 +73,7 @@
 #endif
 #ifndef SLOW_TIME
 #ifndef CSV
-    tick.attach_us(&noise_isr, 63); //normal mode SR=16kHz
+    tick.attach_us(&noise_isr, 100); //normal mode SR=10kHz
 #endif
 #endif