Synthesizer / Mbed 2 deprecated DBSMUSICPROJ2

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers variables.hpp Source File

variables.hpp

00001 #ifndef __variables__
00002 #define __variables__
00003 float vc;
00004 float vcshp;
00005 float vd;
00006 float vdshp;
00007 float ve;
00008 float vf;
00009 float vfshp;
00010 float vg;
00011 float vgshp;
00012 float va;
00013 float vashp;
00014 float vb;
00015 float vtempo;
00016 float vplustwo;
00017 float vplusone;
00018 float vzero;
00019 float vnegone;
00020 float vnegtwo;
00021 float vtwo;
00022 float vone;
00023 float vhalf;
00024 float vquater;
00025 float vsixthteenth;
00026 float veigth;
00027 int sumnotes2 = 0;
00028 int sumoctives2 = 0;
00029 int sumduration2 = 0;
00030 #endif