aboutsummaryrefslogtreecommitdiffstats
path: root/maximilian.h
diff options
context:
space:
mode:
authorMick Grierson <mickgrierson@strangebook.lan>2011-10-09 22:44:17 +0100
committerMick Grierson <mickgrierson@strangebook.lan>2011-10-09 22:44:17 +0100
commite0b77b9814d80cb5ed7dd7d11c9568f342286d60 (patch)
treea457b28e01c50feea60810ff17bc572b8eeb9081 /maximilian.h
parent7efb776b1e6862ee2f27ece6499f10690ea7b477 (diff)
added monosynth example to main.cpp
Diffstat (limited to 'maximilian.h')
-rwxr-xr-xmaximilian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/maximilian.h b/maximilian.h
index 3304bac..a2a913f 100755
--- a/maximilian.h
+++ b/maximilian.h
@@ -96,6 +96,7 @@ class maxiEnvelope {
double startval;
double currentval;
double nextval;
+ int isPlaying;
public:
double line(int numberofsegments,double segments[100]);