aboutsummaryrefslogtreecommitdiffstats
path: root/maximilian.h
diff options
context:
space:
mode:
authorMick Grierson <mickgrierson@strangebook.lan>2011-10-28 09:27:37 +0100
committerMick Grierson <mickgrierson@strangebook.lan>2011-10-28 09:27:37 +0100
commit71f5a13bd245350b5924867f89f4621d05b9279f (patch)
treeb5ade6790e44cad8887cb1bf002727164727a32c /maximilian.h
parent9fd23b3d03639eca7b2e3b0fba76cff8b3d837ff (diff)
added maxisample::playOnce with a speed setting - only uses linear interpolation at the moment
Diffstat (limited to 'maximilian.h')
-rwxr-xr-xmaximilian.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/maximilian.h b/maximilian.h
index ad0e116..5062ba5 100755
--- a/maximilian.h
+++ b/maximilian.h
@@ -216,6 +216,8 @@ public:
double playOnce();
+ double playOnce(double speed);
+
double play(double speed);
double play(double frequency, double start, double end, double &pos);