aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Tape/Tape.h
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-04-19 20:15:15 -0400
committerChris Johnson <jinx6568@sover.net>2020-04-19 20:15:15 -0400
commit32e2e4d41d8926b684329b508c576b640c547959 (patch)
treeba14e69ca092f60b2005a210667f7dfefe083f18 /plugins/MacAU/Tape/Tape.h
parent6303bd453cc0defc93801713fe3100f0c857f389 (diff)
downloadairwindows-lv2-port-32e2e4d41d8926b684329b508c576b640c547959.tar.gz
airwindows-lv2-port-32e2e4d41d8926b684329b508c576b640c547959.tar.bz2
airwindows-lv2-port-32e2e4d41d8926b684329b508c576b640c547959.zip
Tape Redux
Modifications to allow for a Bump control that enables level setting on the head bump
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