Music Visualizer

Dependencies:   mbed SDFileSystem NeoStrip PinDetect

Revision:
5:b6f462ece58f
Parent:
4:6fbdec5bc602
Child:
6:2f0706de9553
Child:
7:c2ef4232feb4
--- a/main.cpp	Thu Apr 30 02:10:59 2020 +0000
+++ b/main.cpp	Thu Apr 30 02:27:38 2020 +0000
@@ -278,6 +278,7 @@
                                     sd_mtx.lock();
                                     src = src ? 0 : 1;
                                     if (src) {
+                                        waver.set_play_state(1);
                                         thread2.start(sound_thread);
                                         mute = 1;
                                     } else {