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-13 12:39:21 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-13 12:39:21 (GMT)
commit914c1970b36e4ada1b9af2baa90804a27096c608 (patch)
tree9523f4c40f2420624494856fb7798c1ba72d8468 /Config.py
parent4ba5f27095515157ddbefae83d422295b59a0fe0 (diff)
recording bug fixed
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 8d6e893..342f85e 100644
--- a/Config.py
+++ b/Config.py
@@ -336,7 +336,7 @@ PLAY_NOTE_OFF_COMMAND = \
"perf.InputMessage('i %s.%s .2 0.01 1. 0. 0. 0.5 %d 0 0 0 0')\n" \
% ('%d', '%d', INSTRUMENT_TABLE_OFFSET )
MIC_RECORDING_COMMAND = \
- "perf.InputMessage('i5201 0 10 %d')\n"
+ "perf.InputMessage('i5201 0 5 %d')\n"
UNLOAD_TABLES_COMMAND = \
"perf.InputMessage('i%d 0 0.1 %d')\n" % (INST_FREE, len(INSTRUMENTS))