Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-20 21:04:25 (GMT)
committer Nat <natcl@hotmail.com>2007-07-20 21:04:25 (GMT)
commit15b6a21dcd6fbb0352485814a72594328f6ee786 (patch)
treebf78bb521c11e34ea01a3abcd25b1feac2ddf334 /Config.py
parentc3f8ba903c7cf68e8f575a842f05604340224a48 (diff)
parent2311c09599ddc3753d43beb0bda4d99fa0e2f6c0 (diff)
Merge branch 'master' of git+ssh://natcl@dev.laptop.org/git/projects/tamtam
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 7f8a862..6bc791b 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 )