Synthesizer / Mbed 2 deprecated DBSMUSICPROJ4

Dependencies:   mbed

Revision:
1:5b491fa83cb7
Child:
4:e56a755aeaf1
diff -r 951442bd3f7f -r 5b491fa83cb7 variables.hpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/variables.hpp	Mon Jul 22 16:35:45 2019 +0000
@@ -0,0 +1,30 @@
+#ifndef __variables__
+#define __variables__
+float vc;
+float vcshp;
+float vd;
+float vdshp;
+float ve;
+float vf;
+float vfshp;
+float vg;
+float vgshp;
+float va;
+float vashp;
+float vb;
+float vtempo;
+float vplustwo;
+float vplusone;
+float vzero;
+float vnegone;
+float vnegtwo;
+float vtwo;
+float vone;
+float vhalf;
+float vquater;
+float vsixthteenth;
+float veigth;
+int sumnotes2 = 0;
+int sumoctives2 = 0;
+int sumduration2 = 0;
+#endif
\ No newline at end of file