Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
authorjaberg <james@localhost.localdomain>2007-01-09 23:32:36 (GMT)
committer jaberg <james@localhost.localdomain>2007-01-09 23:32:36 (GMT)
commit8b20c64f4d3a37a5c1e99eba9f6b483292a4b33d (patch)
tree0abf4669f6f1994300957c30831ca196c5faf195 /Util/CSoundClient.py
parent28b5661e313b1d7564113b69faf49391a2b4ad8f (diff)
longer duration for csound timer instrument
Diffstat (limited to 'Util/CSoundClient.py')
-rw-r--r--Util/CSoundClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/CSoundClient.py b/Util/CSoundClient.py
index a0bee81..fe940da 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -30,7 +30,7 @@ class CSoundClientBase:
self.sendText( mess )
def startTime(self):
- self.sendText("perf.InputMessage('i 5999 0.0 600')")
+ self.sendText("perf.InputMessage('i 5999 0.0 60000000')")
# if any other message arrives to csound at the same time as this one,
# then the global variables will not be set up right in the orcestra
#