Synthesizer / Mbed 2 deprecated DBSMUSICPROJ4

Dependencies:   mbed

Revision:
13:bc16eec2256f
Parent:
4:e56a755aeaf1
diff -r c77c80e92dc1 -r bc16eec2256f dataStore.cpp
--- a/dataStore.cpp	Thu Jul 25 10:34:50 2019 +0000
+++ b/dataStore.cpp	Thu Jul 25 10:48:41 2019 +0000
@@ -21,7 +21,7 @@
 {
 
     this->_note = N;
-    this->_octave = N;
-    this->_duration = N;
+    this->_octave = O;
+    this->_duration = D;
 
 }