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-07-12 19:02:50 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-12 19:02:50 (GMT)
commitd71e92a094b8b8630ba52b48e45ff24cc23bf56c (patch)
treefe747f208a06e1473d9f3d4b554a6cba07ff36da /Config.py
parent0ace1a336b5429ee726bbd6326068ac6c0a4e92c (diff)
audio recording stop playing after one pass
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.py b/Config.py
index 316f77f..97ddbc5 100644
--- a/Config.py
+++ b/Config.py
@@ -222,7 +222,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', .194, .7211, .017 )
_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 )