Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
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)