Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-06-29 20:00:27 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-06-29 20:00:27 (GMT)
commit8599810d64193a0892ed126c3c872063d51d72a7 (patch)
tree06c3b895c383a0b0310e05a29a92948c86f09b13 /Config.py
parentfc0dafb582b2515cbac15963df6d82d43e9301de (diff)
mic recording
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 37a6bb6..6910d56 100644
--- a/Config.py
+++ b/Config.py
@@ -97,10 +97,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 )