Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-12 12:42:55 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-12 12:42:55 (GMT)
commit68b6e5a0992cd13d4361b6dbf4fc157e72ea7bd2 (patch)
tree52c8041436663b47e681a0cbaef5106c4b24dd5e /TamTam.py
parentdbd41f60488729701663b2b8cc985b3ba092efc4 (diff)
sequencer, here's come again...
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index b29752c..ff0b803 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -108,7 +108,18 @@ class TamTam(Activity):
self.tamtam.noteLooper.startTime()
def handleFocusOut(self, event, data=None):
- if self.tamtam.synthLabWindowOpen(): return
+ if self.tamtam.synthLabWindowOpen():
+ return
+# if self.tamtam.synthLabOpen[0]:
+# num = self.tamtam.synthLabOpen[1]
+# if num == 1:
+# self.tamtam.synthLabWindow1.hide()
+# elif num == 2:
+# self.tamtam.synthLabWindow2.hide()
+# elif num == 3:
+# self.tamtam.synthLabWindow3.hide()
+# elif num == 4:
+# self.tamtam.synthLabWindow4.hide()
csnd.initialize(False)
def do_quit(self, arg2):