aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Tape/Tape.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacAU/Tape/Tape.h')
-rwxr-xr-xplugins/MacAU/Tape/Tape.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/MacAU/Tape/Tape.h b/plugins/MacAU/Tape/Tape.h
index 463ddb7..2aa9a8f 100755
--- a/plugins/MacAU/Tape/Tape.h
+++ b/plugins/MacAU/Tape/Tape.h
@@ -55,13 +55,16 @@
// parameters
static const float kDefaultValue_ParamOne = 0.0;
+static const float kDefaultValue_ParamTwo = 0.5;
static CFStringRef kParameterOneName = CFSTR("Slam");
+static CFStringRef kParameterTwoName = CFSTR("Bump");
enum {
kParam_One =0,
+ kParam_Two =1,
//Add your parameters here...
- kNumberOfParameters=1
+ kNumberOfParameters=2
};
#pragma mark ____Tape