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-18 23:04:17 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-18 23:04:17 (GMT)
commit79b3ce7fff88482831a145d7563460389f7de755 (patch)
treea3520966de0fa53ff48141b24263e374078b4e95 /Config.py
parent35b82de22268990060c45d495c7f5561048577e9 (diff)
loop settings
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index 97ddbc5..23bc1f0 100644
--- a/Config.py
+++ b/Config.py
@@ -337,6 +337,10 @@ PLAY_NOTE_COMMAND_MINUS_DELAY = \
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 )
+PLAY_LS_NOTE = \
+ "perf.inputMessage('i 5022 0 -1')\n"
+STOP_LS_NOTE = \
+ "perf.inputMessage('i 5022 0 0.5')\n"
MIC_RECORDING_COMMAND = \
"perf.InputMessage('i5201 0 5 %d')\n"
UNLOAD_TABLES_COMMAND = \