Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-08 01:57:34 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-08 01:57:34 (GMT)
commitaf1c068c9db77d96e0e36b57dace4a82252756c3 (patch)
tree0c68978f133343f33d902e4f2d4d6688521c6dce /Config.py
parentd9a709b56e0c3370f5f9404fb6c7295e8ee09552 (diff)
ttle bugs fixed
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 55f2d85..068162a 100644
--- a/Config.py
+++ b/Config.py
@@ -32,9 +32,9 @@ class Instrument:
self.instrumentRegister = instrumentRegister
self.soundClass = soundClass
self.category = category
- self.loopStart = loopStart
- self.loopEnd = loopEnd
- self.crossDur = crossDur
+ self.loopStart = loopStart
+ self.loopEnd = loopEnd
+ self.crossDur = crossDur
# animals
OUNK = "ounk"
@@ -237,7 +237,7 @@ INSTRUMENTS = {
ZAP: Instrument( 61, INST_TIED, MID, 'melo', 'electronic', .299, .7323, .09895 ),
TRUMPET: Instrument( 62, INST_TIED, MID, 'melo', 'musicInst', .39934, .45537, .02729),
MARACAS: Instrument( 63, INST_SIMP, MID, "melo", 'musicInst', 0, 0, 0),
- MARIMBA: Instrument( 64, INST_TIED, MID, "melo", 'musicInst', .7096, .81391, .02425),
+ MARIMBA: Instrument( 64, INST_TIED, MID, "melo", 'musicInst', .26545, .33098, .03087),
TRIANGLE: Instrument( 65, INST_TIED, MID, "melo", 'musicInst', 1.21002, 1.31805, .01268),
LAUGH: Instrument( 66, INST_SIMP, MID, 'melo', 'people', 0, 0, 0 ),
VOIX: Instrument( 67, INST_TIED, MID, 'melo', 'people', .89608, .96092, .02343 ),