Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
authorJames <olpc@xo-05-28-3A.localdomain>2007-07-18 22:46:27 (GMT)
committer James <olpc@xo-05-28-3A.localdomain>2007-07-18 22:46:27 (GMT)
commit350b3270ad715b6e6aa6fbd7a22e3aeae44504ac (patch)
tree0d1e5d160cbe2dbbded283950acc3fb3a3e80fb3 /Util/CSoundClient.py
parentf51286d64da92e0583f45c96b16417773c5855f6 (diff)
added setchannel to csoundclient
Diffstat (limited to 'Util/CSoundClient.py')
-rw-r--r--Util/CSoundClient.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Util/CSoundClient.py b/Util/CSoundClient.py
index 00aa452..58f940e 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -41,6 +41,9 @@ class _CSoundClientPlugin:
self.connect(False)
sc_destroy()
+ def setChannel(self, name, val):
+ if self.on:
+ sc_setChannel(name, val)
def setMasterVolume(self, volume):
#self.masterVolume = volume