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-18 23:04:25 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-18 23:04:25 (GMT)
commitb7a6ecf47a6090b5fa4566f9a5e1147d1a099ba3 (patch)
tree6de79963687f7cfb22e8028a9feb5023664c8f22 /Util/CSoundClient.py
parent79b3ce7fff88482831a145d7563460389f7de755 (diff)
parent89f7701457b2222b2d3eaee7ee00285f9f52991a (diff)
Merge branch 'master' of git+ssh://olipet@dev.laptop.org/git/projects/tamtam
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 a018ac8..53a4788 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