Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-02-20 20:17:00 (GMT)
committer amartin <olpc@localhost.localdomain>2007-02-20 20:17:00 (GMT)
commit6c4c9d007155429051913b79c17ca0c1e5c20a9b (patch)
tree3e2e928e73d6d676e4d364522c4001ace310c666 /Util/CSoundClient.py
parent16cc50c2a811234429fc00b139a537cb5281ae61 (diff)
playback stuff and tuneInterface fixes
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 c493954..835c73e 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)