Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorJames <olpc@xo-02-32-5F.localdomain>2007-06-30 01:03:19 (GMT)
committer James <olpc@xo-02-32-5F.localdomain>2007-06-30 01:03:19 (GMT)
commitf4ffcd8433701dc18e31eb0a61a907cfd72aab0c (patch)
treedf708216d915752f9a9ce5560bdb68eb271bfa43 /Config.py
parentd5e0f6d249f33b62b25dd917be6ed3ddfc0ff25f (diff)
parent4e5b7d886426af93a2312ea206b1c4710b800f1b (diff)
Merge branch 'master' of git+ssh://jaberg@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.py b/Config.py
index 2e4bb14..4a47d43 100644
--- a/Config.py
+++ b/Config.py
@@ -99,10 +99,10 @@ _addInstrument( "guit", INST_TIED, MID, 'melo', 'strings', .08592, .75126, .3357
_addInstrument( "koto", INST_TIED, HIGH, 'melo', 'strings', .56523, .70075, .05954 )
_addInstrument( "clarinette", INST_TIED, MID, 'melo', 'winds', .57905, .73319, .04934 )
_addInstrument( "flute", INST_TIED, MID, 'melo', 'winds', .47169, .53693, .02481 )
-_addInstrument( "mic1", INST_TIED, MID, 'melo', 'mic', .1, .9, .1 )
-_addInstrument( "mic2", INST_TIED, MID, 'melo', 'mic', .1, .9, .1 )
-_addInstrument( "mic3", INST_TIED, MID, 'melo', 'mic', .1, .9, .1 )
-_addInstrument( "mic4", INST_TIED, MID, 'melo', 'mic', .1, .9, .1 )
+_addInstrument( "mic1", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "mic2", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "mic3", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "mic4", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
_addInstrument( "drum1hatpedal", INST_SIMP, MID, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum1hatshoulder", INST_SIMP, HIGH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum1hardride", INST_SIMP, MID, 'drum', 'drum', 0, 0, 0 )