From 6c4c9d007155429051913b79c17ca0c1e5c20a9b Mon Sep 17 00:00:00 2001 From: amartin Date: Tue, 20 Feb 2007 20:17:00 +0000 Subject: playback stuff and tuneInterface fixes --- (limited to 'Util/CSoundClient.py') 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) -- cgit v0.9.1