Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jam/Popup.py4
1 files changed, 2 insertions, 2 deletions
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 )