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-11 10:25:02 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-11 10:25:02 (GMT)
commitc2d1279da7fa6444a2a72a0dee6eb846946f40cb (patch)
tree8d5782179984822190644f804e29879b2b2df6d9 /SynthLab
parentd7fc4880ecd3d3ba7ebe603d8258f00a9a4dd773 (diff)
focusIn focusOut work well, Tamtam keeps his sounds!
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index 0ae8594..d3251d9 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -128,9 +128,9 @@ class SynthLabWindow( gtk.Window ):
self.playingPitch.append( midiPitch )
self.playNote( midiPitch )
else:
- self.csnd.sendText("perf.InputMessage('i5204 0.005 " + str(self.duration) + " " + str(self.table) + "')")
+ self.csnd.sendText("perf.InputMessage('i5204 0.01 4 " + str(self.table) + "')")
self.recordWait = 0
- time.sleep(0.005)
+ time.sleep(0.01)
self.playingPitch.append( midiPitch )
self.playNote( midiPitch )
self.waitRecording()