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-06 07:58:48 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-06 07:58:48 (GMT)
commit0c61bdf39093cc9687a082f86bc6a3e964a6b56c (patch)
treede15431e62227a5ec5b097cffb67cd3e5dea7ef0 /Config.py
parent3c0791e05fcef3fa11dc8a8c71e68dfeb4bcd6dc (diff)
mic and lab recording in good slots
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/Config.py b/Config.py
index c576958..52f23e5 100644
--- a/Config.py
+++ b/Config.py
@@ -92,16 +92,22 @@ def _addInstrument( name, csoundInstrumentId, instrumentRegister, soundClass, ca
INSTRUMENTS[name] = Instrument( name, _nextInstrumentId[0], csoundInstrumentId, instrumentRegister, soundClass, category, loopStart, loopEnd, crossDur, kit )
_nextInstrumentId[0] += 1
+_addInstrument( "mic1", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "mic2", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "mic3", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "mic4", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
+_addInstrument( "lab1", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
+_addInstrument( "lab2", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
+_addInstrument( "lab3", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
+_addInstrument( "lab4", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
+_addInstrument( "lab5", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
+_addInstrument( "lab6", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
_addInstrument( "ounk", INST_SIMP, MID, 'melo', 'animals', 0, 0, 0 )
_addInstrument( "gam", INST_TIED, HIGH, 'melo', 'percussions', .69388, .7536, .02922 )
_addInstrument( "guit", INST_TIED, MID, 'melo', 'strings', .08592, .75126, .33571 )
_addInstrument( "koto", INST_TIED, HIGH, 'melo', 'strings', .56523, .70075, .05954 )
_addInstrument( "clarinette", INST_TIED, MID, 'melo', 'winds', .57905, .73319, .04934 )
_addInstrument( "flute", INST_TIED, MID, 'melo', 'winds', .47169, .53693, .02481 )
-_addInstrument( "mic1", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
-_addInstrument( "mic2", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
-_addInstrument( "mic3", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
-_addInstrument( "mic4", INST_TIED, MID, 'melo', 'mic', .01, .99, .01 )
_addInstrument( "drum1hatpedal", INST_SIMP, MID, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum1hatshoulder", INST_SIMP, HIGH, 'drum', 'drum', 0, 0, 0 )
_addInstrument( "drum1hardride", INST_SIMP, MID, 'drum', 'drum', 0, 0, 0 )
@@ -177,12 +183,6 @@ _addInstrument( "shenai", INST_TIED, MID, 'melo', 'winds', .29003, .33072, .0063
_addInstrument( "sitar", INST_TIED, MID, 'melo', 'strings', .63187, .67882, .01654 )
_addInstrument( "tuba", INST_TIED, LOW, 'melo', 'winds', .51063, .58384, .035 )
_addInstrument( "violin", INST_TIED, MID, 'melo', 'strings', .105, .30656, .028 )
-_addInstrument( "lab1", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
-_addInstrument( "lab2", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
-_addInstrument( "lab3", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
-_addInstrument( "lab4", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
-_addInstrument( "lab5", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
-_addInstrument( "lab6", INST_SIMP, MID, 'melo', 'lab', 0, 0, 0 )
_addInstrument( "guidice1", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "guidice2", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "guidice3", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )