Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorjaberg <james@localhost.localdomain>2007-01-08 06:25:14 (GMT)
committer jaberg <james@localhost.localdomain>2007-01-08 06:25:14 (GMT)
commit2dc31155018d0a09b561a2dc8b9a24e3ed7ce047 (patch)
tree157f260cf6adb2a83aebf73fba4eb551fa70a2af /Config.py
parentab2103dafe3fe86b1a049235e5dd7cdaf085b3cf (diff)
still transition
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.py b/Config.py
index 55f2d85..1bbe9f0 100644
--- a/Config.py
+++ b/Config.py
@@ -26,9 +26,9 @@ INIT_DELAY = 1.0
## SOUNDS
##############
class Instrument:
- def __init__( self, instrumentID, csoundInstrumentID, instrumentRegister, soundClass, category, loopStart, loopEnd, crossDur ):
- self.instrumentID = instrumentID
- self.csoundInstrumentID = csoundInstrumentID
+ def __init__( self, instrumentId, csoundInstrumentId, instrumentRegister, soundClass, category, loopStart, loopEnd, crossDur ):
+ self.instrumentId = instrumentId
+ self.csoundInstrumentId = csoundInstrumentId
self.instrumentRegister = instrumentRegister
self.soundClass = soundClass
self.category = category