From 2f077d6fe08a46cd583287e1985f79f116329bcc Mon Sep 17 00:00:00 2001 From: Oli Date: Thu, 19 Jul 2007 00:39:38 +0000 Subject: loop settings --- (limited to 'Util/CSoundClient.py') 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(): -- cgit v0.9.1