From b94ccdfd2329ed2d1128a4392e2f67b1e6b704da Mon Sep 17 00:00:00 2001 From: amartin Date: Wed, 12 Sep 2007 04:22:49 +0000 Subject: no pause on record test --- diff --git a/Jam/Popup.py b/Jam/Popup.py index 3d21e7f..9af550c 100644 --- a/Jam/Popup.py +++ b/Jam/Popup.py @@ -791,7 +791,7 @@ class Loop( Popup ): if self.recording: return - self.owner.setPaused( True ) + #self.owner.setPaused( True ) self.owner.pushInstrument( self.instrument ) self.owner.setKeyboardListener( self ) @@ -804,7 +804,7 @@ class Loop( Popup ): if not self.recording: return - self.owner.setPaused( False ) + #self.owner.setPaused( False ) self.owner.popInstrument() self.owner.setKeyboardListener( None ) -- cgit v0.9.1