Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/City/CsSched.py
diff options
context:
space:
mode:
authorThorin <toz@thorin-kerrs-macbook-3.local>2010-03-23 02:33:13 (GMT)
committer Thorin <toz@thorin-kerrs-macbook-3.local>2010-03-23 02:33:13 (GMT)
commit0ba427a1c71964ddedbf7abc511ca749e26691d2 (patch)
treeec0615416fe413e4450cc618dd53e50e9b680d35 /City/CsSched.py
parenta9f89163721d1c6b687f4d0fa4907433247bd2e1 (diff)
removed hardcoded hw specific references to work for SOAS: Csound now uses default instead of ALSA. Background splash image scaled to fit.
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()