From 4cb29f386d4fe7a8873a5d8a917599c9ebb23a1f Mon Sep 17 00:00:00 2001 From: amartin Date: Mon, 27 Aug 2007 07:41:39 +0000 Subject: Merge branch 'master' of git+ssh://amartin@dev.laptop.org/git/projects/tamtam --- (limited to 'Jam') diff --git a/Jam/JamMain.py b/Jam/JamMain.py index 8751c74..9ef3fc3 100644 --- a/Jam/JamMain.py +++ b/Jam/JamMain.py @@ -46,7 +46,7 @@ class JamMain(SubActivity): for i in range(1,9): self.csnd.setTrackVolume( 100, i ) self.csnd.setMasterVolume( self.volume ) - self.csnd.loopSetTempo( self.tempo ) + self.csnd.setTempo( self.tempo ) #-- Drawing ------------------------------------------- def darken( colormap, hex ): -- cgit v0.9.1