Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-07 12:58:18 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-07 12:58:18 (GMT)
commit28f83adddd2484a6480de1b6081ee5562d8f6c29 (patch)
treedd29e4385ce654dade61735dafc9e6cb12466402 /SynthLab
parentc177340c2ad7f74a0105498d491afa206d6d6584 (diff)
SynthLab little bugs fixed
Diffstat (limited to 'SynthLab')
-rwxr-xr-xSynthLab/SynthObjectsParameters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthObjectsParameters.py b/SynthLab/SynthObjectsParameters.py
index e5efbcb..42ea6c3 100755
--- a/SynthLab/SynthObjectsParameters.py
+++ b/SynthLab/SynthObjectsParameters.py
@@ -2,7 +2,7 @@ class SynthObjectsParameters:
def __init__( self ):
self.types = [0,0,0,0,0,0,0,0,0,0,0,0]
- self.controlsParameters = [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
+ self.controlsParameters = [.5,1,0,0,5,1,0,0,5,1,0,0,5,1,0,0]
self.sourcesParameters = [1,.5,5,1,1,.5,5,1,1,.5,5,1,1,.5,5,1]
self.fxsParameters = [100,3000,.8,1,100,3000,.8,1,100,3000,.8,1,100,3000,.8,1]
self.outputParameters = [.01, .05, .9, .05]