Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Framework/CSound/Instrument.py
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/CSound/Instrument.py')
-rw-r--r--Framework/CSound/Instrument.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/Framework/CSound/Instrument.py b/Framework/CSound/Instrument.py
deleted file mode 100644
index ecb22f8..0000000
--- a/Framework/CSound/Instrument.py
+++ /dev/null
@@ -1,11 +0,0 @@
-class Instrument:
-
- 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
- self.loopStart = loopStart
- self.loopEnd = loopEnd
- self.crossDur = crossDur