Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-07-10 20:02:26 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-10 20:02:26 (GMT)
commit47e90f217c84a557a24767b6d091bb8ecbc46909 (patch)
tree3ee2a14dea55cb61ac43979ab4fa569a3164a7e1 /Resources
parent3422810bac7dee97f2926c8be0b1e8c8fd00e27c (diff)
first time push play in miniT = start drum
Diffstat (limited to 'Resources')
-rw-r--r--Resources/univorc.csd8
1 files changed, 4 insertions, 4 deletions
diff --git a/Resources/univorc.csd b/Resources/univorc.csd
index d53a0a3..52ef5ff 100644
--- a/Resources/univorc.csd
+++ b/Resources/univorc.csd
@@ -453,10 +453,10 @@ elseif iFxType == 6 then
adry delay as, iPar2
aFx = ((aFx*kpara3)+(adry*(1-kpara3)))*kpara4
elseif iFxType == 7 then
- aeq1 butterbp as, 700, 500
- aeq2 butterbp as, 1500, 800
- aeq3 butterbp as, 3000, 1500
- aeq4 butterbp as, 5000, 2500
+ aeq1 butterbp as, 700, 400
+ aeq2 butterbp as, 1500, 600
+ aeq3 butterbp as, 3000, 1000
+ aeq4 butterbp as, 5000, 2000
aFx = (aeq1*kpara1)+(aeq2*kpara2)+(aeq3*kpara3)+(aeq4*kpara4)
endif