From adacb33bf4eadcd49a744177bf3f059e7b2f2f52 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Feb 2010 21:24:34 +0000 Subject: Merge with upstream r2. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2471 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaTestTone.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mdaTestTone.h') diff --git a/src/mdaTestTone.h b/src/mdaTestTone.h index f613678..4bf2317 100644 --- a/src/mdaTestTone.h +++ b/src/mdaTestTone.h @@ -13,6 +13,7 @@ public: virtual void processReplacing(float **inputs, float **outputs, LvzInt32 sampleFrames); virtual void setProgramName(char *name); virtual void getProgramName(char *name); + virtual bool getProgramNameIndexed (LvzInt32 category, LvzInt32 index, char* name); virtual void setParameter(LvzInt32 index, float value); virtual float getParameter(LvzInt32 index); virtual void getParameterLabel(LvzInt32 index, char *label); @@ -38,7 +39,7 @@ protected: float thru, left, right, len; float zz0, zz1, zz2, zz3, zz4, zz5, phi, dphi; float sw, swd, swx, fscale, cal, calx; - long swt; + LvzInt32 swt; int mode; char programName[32], disp1[16], disp2[16]; -- cgit v1.2.1