Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Player
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-02-03 07:57:40 (GMT)
committer Oli <olpc@localhost.localdomain>2007-02-03 07:57:40 (GMT)
commit1899a8844b550d81e729137c6e8387d8fae94bd2 (patch)
treea5738298b6847eb4585c12381dd61b0d11d01d5e /Player
parent7f043c425b223125112c7ecb1b3c06b8f102c0cb (diff)
synthlab new source: granulation
Diffstat (limited to 'Player')
-rw-r--r--Player/StandalonePlayer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Player/StandalonePlayer.py b/Player/StandalonePlayer.py
index 3c24894..c03234e 100644
--- a/Player/StandalonePlayer.py
+++ b/Player/StandalonePlayer.py
@@ -51,8 +51,8 @@ class StandAlonePlayer( gtk.EventBox ):
loopEnd = Config.INSTRUMENTS[ inst ].loopEnd
crossDur = Config.INSTRUMENTS[ inst ].crossDur
loopPointsTable.extend( [ loopStart, loopEnd, crossDur ] )
- mess = "perf.InputMessage('f5755 0 512 -2 " + " " .join([str(n) for n in loopPointsTable]) + "')"
- self.csnd.sendText( mess )
+ mess = "f5755 0 512 -2 " + " " .join([str(n) for n in loopPointsTable])
+ self.csnd.inputMessage( mess )
self.synthLabWindow1 = SynthLabWindow(self.csnd, 86, self.closeSynthLab)
self.synthLabWindow2 = SynthLabWindow(self.csnd, 87, self.closeSynthLab)