Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-09-21 23:57:51 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-09-21 23:57:51 (GMT)
commit1302c742f38b5f1325b669afe1abe0393101dc17 (patch)
tree0543ebcb05925c48cbbb569af2fb95ef29745004 /common/Config.py
parent8fce51c3d6a677a60989b4d6a91784e88e36e1f0 (diff)
misc...
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Config.py b/common/Config.py
index 62bd1f6..c2dcf94 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -167,7 +167,7 @@ _addInstrument( "drum3rainstick", INST_SIMP, PUNCH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum3tambourinehigh", INST_SIMP, PUNCH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum3tambourinelow", INST_SIMP, PUNCH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "harmonica", INST_TIED, MID, 'melo', 'winds', .1531, .19188, .01792 )
-_addInstrument( "alarm", INST_TIED, MID, 'melo', 'concret', .02, .19133, .01 )
+_addInstrument( "alarm", INST_TIED, MID, 'melo', 'concret', 1.37555859375, 2.0286015625, .0675 )
_addInstrument( "bird", INST_TIED, MID, 'melo', 'animals', .1, 1, .05 )
_addInstrument( "cat", INST_SIMP, MID, 'melo', 'animals', 0, 0, 0 )
_addInstrument( "duck2", INST_SIMP, MID, 'melo', 'animals', 0, 0, 0 )
@@ -187,7 +187,7 @@ _addInstrument( "cling", INST_TIED, MID, 'melo', 'keyboard', .09096, .7878, .180
_addInstrument( "byke", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "door", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "basse", INST_TIED, MID, 'melo', 'strings', 0.50470875, 0.833315, 0.09375 )
-_addInstrument( "acguit", INST_TIED, MID, 'melo', 'strings', 0.5123225, 0.7491675, 0.08475 )
+_addInstrument( "acguit", INST_TIED, MID, 'melo', 'strings', 1.4037, 1.84235625, 0.2 )
_addInstrument( "diceinst", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "didjeridu", INST_TIED, LOW, 'melo', 'winds', .55669, 1.73704, .09178 )
_addInstrument( "harmonium", INST_TIED, MID, 'melo', 'keyboard', .04674, .41073, .18384 )
@@ -238,7 +238,7 @@ _addInstrument( "drum5agogoaigu", INST_SIMP, HIGH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum5bongograveouvert", INST_SIMP, HIGH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "camera", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "car", INST_TIED, MID, 'melo', 'concret', .67, 1.05761, .01 )
-#_addInstrument( "cello", INST_TIED, MID, 'melo', 'strings', .194, .7211, .017 )
+_addInstrument( "cello", INST_TIED, MID, 'melo', 'strings', 0.4761, 0.92244375, 0.19125 )
_addInstrument( "chimes", INST_TIED, MID, 'melo', 'percussions', .09, 2.97633, .01 )
_addInstrument( "crash", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "guit2", INST_TIED, MID, 'melo', 'strings', .33, 1.1583, .02 )