Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-05 19:54:25 (GMT)
committer Nat <natcl@hotmail.com>2007-07-05 19:54:25 (GMT)
commit100933795b2c3e433140af7b8ffa6ff5fc513876 (patch)
tree46e4451620145db9d13b2a9dcde572c1091a3407 /TamTam.py
parent06839311223289f02e1a128efeb1745fcf49ca34 (diff)
Synthlab save
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index dd78513..0dc48b7 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -232,7 +232,9 @@ class TamTam(Activity):
if self.mode == 'edit':
self.metadata['tamtam_subactivity'] = self.mode
self.modeList[self.mode].handleJournalSave(file_path)
-
+ if self.mode == 'synth':
+ self.metadata['tamtam_subactivity'] = self.mode
+ self.modeList[self.mode].handleJournalSave(file_path)
if __name__ == "__main__":