Synthesizer / Mbed 2 deprecated DBSMUSICPROJ

Dependencies:   mbed

variables.hpp

Committer:
liam_grazier
Date:
2019-07-22
Revision:
1:5b491fa83cb7

File content as of revision 1:5b491fa83cb7:

#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