From 71f5a13bd245350b5924867f89f4621d05b9279f Mon Sep 17 00:00:00 2001 From: Mick Grierson Date: Fri, 28 Oct 2011 09:27:37 +0100 Subject: added maxisample::playOnce with a speed setting - only uses linear interpolation at the moment --- maximilian.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maximilian.h') 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); -- cgit v1.3