Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorOli2 <olivier.belanger@umontreal.ca>2007-03-08 11:55:08 (GMT)
committer Oli2 <olivier.belanger@umontreal.ca>2007-03-08 11:55:08 (GMT)
commit5e7caf23a63d8f98555d01d2b5df274552b7a392 (patch)
treed7ef833b7ea99b64be93f287d1e7e957625ac0e2 /TamTam.py
parent9a3d66240a98ca6f24462a67bb283ffc9e19a662 (diff)
update drums in edit fix, clear loop on miniT 'close', always regenerate when opening miniT
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TamTam.py b/TamTam.py
index fefa2d7..8931905 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -109,6 +109,8 @@ class TamTam(Activity):
if mode == 'mini':
if not (mode in self.modeList):
self.modeList[mode] = miniTamTamMain(self.set_mode)
+ else:
+ self.modeList[mode].regenerate()
if self.instrumentPanel in self.preloadList:
self.instrumentPanel.load() # finish loading
self.modeList[mode].setInstrumentPanel( self.instrumentPanel )