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-21 01:00:17 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-21 01:00:17 (GMT)
commitb92cff136e1b7d77906a3da4fd984435180fb389 (patch)
tree435ab203f1092d2bdc5732bf4759e5237f1e8862 /Config.py
parentbd4e4e6811256ea2983791a9073f677f826633c4 (diff)
loop settings
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index ae125a8..90fc724 100644
--- a/Config.py
+++ b/Config.py
@@ -84,6 +84,7 @@ class Instrument:
self.loopEnd = loopEnd
self.crossDur = crossDur
self.kit = kit
+ #print (self.name, self.instrumentId, self.csoundInstrumentId, self.instrumentRegister, self.soundClass, self.category, self.loopStart, self.loopEnd, self.crossDur)
LOW, MID, HIGH, PUNCH = range( 4 )