Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/City/CsSched.py
diff options
context:
space:
mode:
Diffstat (limited to 'City/CsSched.py')
-rwxr-xr-xCity/CsSched.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/City/CsSched.py b/City/CsSched.py
index 1dc6ab2..d3288dc 100755
--- a/City/CsSched.py
+++ b/City/CsSched.py
@@ -120,7 +120,7 @@ class CsoundPerformer:
self.csound.setScore(orcObj.sco)
self.time = 0
if platform == "Sugar":
- self.csound.setCommand("csound -b256 -B2048 -+rtaudio=alsa -odac --expression-opt --sched=1 -d -m0 /tmp/tmp.orc /tmp/tmp.sco")
+ self.csound.setCommand("csound -b256 -B2048 -odac --expression-opt --sched=1 -d -m0 /tmp/tmp.orc /tmp/tmp.sco")
else:
self.csound.setCommand("csound -b256 -B2048 -odac --expression-opt -d -m0 /tmp/tmp.orc /tmp/tmp.sco")
self.csound.exportForPerformance()