Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-13 02:34:30 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-13 02:34:30 (GMT)
commit8e96ae507c82bd2d91980dfecf45887fdb1a8895 (patch)
tree6c400fe680a09671e9f4097bfd5a5ba13ae5016c /SynthLab
parent1a2b4a2be2dc0a501abe46444bc0c1bfd548c8ee (diff)
mic and synthLab recording slut
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index 7dc090e..8880a62 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -145,6 +145,8 @@ class SynthLabWindow( gtk.Window ):
self.playingPitch.append( midiPitch )
self.playNote( midiPitch )
else:
+ home_path = env.get_profile_path() + Config.PREF_DIR
+ os.system('rm ' + home_path + '/lab' + str(self.table - 85))
self.csnd.sendText("perf.InputMessage('i5204 0.01 4 " + str(self.table) + "')")
self.recordWait = 0
time.sleep(0.01)