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@localhost.localdomain>2007-02-21 03:54:31 (GMT)
committer James <olpc@localhost.localdomain>2007-02-21 03:54:31 (GMT)
commit1e6309c86edabc3c4f7a5edb6428c03ae90d20f8 (patch)
treefe64a0667d42a29f769f2a50719c67766385992f /Util/CSoundClient.py
parent8f4cb231f5729255ad9c8aab36532d2fca85b88e (diff)
parent1fcc777030bb0ca9d3768edf21bd0de704032c62 (diff)
Merge branch 'master' of git+ssh://jaberg@dev.laptop.org/git/projects/tamtam
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 913e143..2543bca 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -108,7 +108,7 @@ class _CSoundClientPlugin:
sc_loop_delScoreEvent( (page << 16) + id)
def loopStart(self):
sc_loop_playing(1)
- def loopStop(self):
+ def loopPause(self):
sc_loop_playing(0)
def loopSetTick(self,t):
sc_loop_setTick(t)