Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorJames <olpc@localhost.localdomain>2007-01-29 12:06:20 (GMT)
committer James <olpc@localhost.localdomain>2007-01-29 12:06:20 (GMT)
commit644bcc9367e73bbbe8cd6ddabd7381422a1711b3 (patch)
tree837e714b06263ad48d5c6535f90052cb78967b25 /Config.py
parent89c618caa4b03875c0bad23a29c07c052a84834c (diff)
parent7d6033f121af3eb5f6b5942c704a1893649171ee (diff)
Merge branch 'master' of git+ssh://jaberg@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index 3f4bfc5..a0aeb03 100644
--- a/Config.py
+++ b/Config.py
@@ -21,6 +21,7 @@ print "Debug Level %d" % (DEBUG)
TAM_TAM_ROOT = os.path.dirname(os.path.abspath(__file__))
print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
+
#BUFFERING
NOTELOOPER_HORIZON = 0.300
NOTELOOPER_SLEEP = 0.05
@@ -347,6 +348,7 @@ RECORDABLE_INSTRUMENT_CSOUND_IDS = { MIC1 : 7,
CSOUND_LOAD_INSTRUMENT = 'f%d 0 0 -1 "%s" 0 0 0'
CSOUND_MIC_RECORD = 'i5201 0 5 %d'
CSOUND_UNLOAD_TABLES = 'i%d 0 0.1 %d' % (INST_FREE, len(INSTRUMENTS))
+CSOUND_NOTE_OFF = 'i %s.%s .2 0.01 1. 0. 0. 0.5 %d 0 0 0 0' %('%d','%d',INSTRUMENT_TABLE_OFFSET)
#CSOUND COMMANDS - DEPRECATED