Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundNote.py
diff options
context:
space:
mode:
authorJames <olpc@localhost.localdomain>2007-02-19 08:41:55 (GMT)
committer James <olpc@localhost.localdomain>2007-02-19 08:41:55 (GMT)
commit04375f478fb5cbbe10fe3ff9aab7e1b209c00117 (patch)
treedfe7d9211106a8b4e390ca1fc14c3beb566b6d5b /Util/CSoundNote.py
parent84f92212bc0caab6323a7ded4f189526eacf8914 (diff)
quicker plugin, can edit while looping
Diffstat (limited to 'Util/CSoundNote.py')
-rw-r--r--Util/CSoundNote.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/Util/CSoundNote.py b/Util/CSoundNote.py
index ddebdf4..8cc1257 100644
--- a/Util/CSoundNote.py
+++ b/Util/CSoundNote.py
@@ -1,18 +1,6 @@
import Config
-from Util.CSoundClient import CSoundClient
from Generation.GenerationConstants import GenerationConstants
-from Util.Clooper.SClient import *
-
-def CSound_loadInstruments( ):
- for instrumentSoundFile in Config.INSTRUMENTS.keys():
- if instrumentSoundFile[0:3] == 'mic' or instrumentSoundFile[0:3] == 'lab':
- fileName = Config.PREF_DIR + '/' + instrumentSoundFile
- else:
- fileName = Config.SOUNDS_DIR + "/" + instrumentSoundFile
- instrumentId = Config.INSTRUMENT_TABLE_OFFSET + Config.INSTRUMENTS[ instrumentSoundFile ].instrumentId
- sc_instrumentLoad(instrumentId, fileName)
-
class CSoundNote :
NOTE_ID_COUNTER = 0
#-----------------------------------