From bc100e8d3df948251606fab441dc384e5fa9e319 Mon Sep 17 00:00:00 2001 From: Oli Date: Fri, 20 Jul 2007 20:34:30 +0000 Subject: mic recording (2 sec.) --- (limited to 'Config.py') diff --git a/Config.py b/Config.py index 3391b7b..f2a1b86 100644 --- a/Config.py +++ b/Config.py @@ -101,10 +101,10 @@ 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( "mic1", INST_TIED, MID, 'melo', 'mic', .01, 1.99, .01 ) +_addInstrument( "mic2", INST_TIED, MID, 'melo', 'mic', .01, 1.99, .01 ) +_addInstrument( "mic3", INST_TIED, MID, 'melo', 'mic', .01, 1.99, .01 ) +_addInstrument( "mic4", INST_TIED, MID, 'melo', 'mic', .01, 1.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 ) -- cgit v0.9.1