aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaTestTone.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-22 21:24:34 +0000
committerDavid Robillard <d@drobilla.net>2010-02-22 21:24:34 +0000
commitadacb33bf4eadcd49a744177bf3f059e7b2f2f52 (patch)
tree922620c99fdc348529002d1a000ec0e8f94f3041 /src/mdaTestTone.h
parent4514036c46168f4bbc693649989d53bdffe6137b (diff)
downloadmda.lv2-adacb33bf4eadcd49a744177bf3f059e7b2f2f52.tar.gz
mda.lv2-adacb33bf4eadcd49a744177bf3f059e7b2f2f52.tar.bz2
mda.lv2-adacb33bf4eadcd49a744177bf3f059e7b2f2f52.zip
Merge with upstream r2.
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2471 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/mdaTestTone.h')
-rw-r--r--src/mdaTestTone.h3
1 files changed, 2 insertions, 1 deletions
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];