Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-07-19 00:39:38 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-19 00:39:38 (GMT)
commit2f077d6fe08a46cd583287e1985f79f116329bcc (patch)
tree7ec305dc33cabc8ed8519603eaac4ca6114d2410 /Util/CSoundClient.py
parentb7a6ecf47a6090b5fa4566f9a5e1147d1a099ba3 (diff)
loop settings
Diffstat (limited to 'Util/CSoundClient.py')
-rw-r--r--Util/CSoundClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/CSoundClient.py b/Util/CSoundClient.py
index 53a4788..242461f 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -77,7 +77,7 @@ class _CSoundClientPlugin:
def load_ls_instrument( self, inst ):
fileName = Config.PREF_DIR + '/' + inst
- sc_inputMessage("perf.InputMessage('f4999 0 0 -1 \"%s\" 0 0 0')\n" % fileName)
+ sc_inputMessage(Config.CSOUND_LOAD_LS_INSTRUMENT % fileName)
def load_instruments( self ):
for instrumentSoundFile in Config.INSTRUMENTS.keys():