Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-12-08 22:50:01 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-12-08 22:50:01 (GMT)
commit96b1c776685aecb765fe62e319e09632698aef9b (patch)
treee6f48a6fb36d260b8a9f61ac3613add4cc812437
parent0c636d0433aa7f26640f4e9923343ffe4dba1256 (diff)
Silence csound messages.
-rwxr-xr-xsound/sound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sound.py b/sound/sound.py
index fd3ee4d..b84cbe6 100755
--- a/sound/sound.py
+++ b/sound/sound.py
@@ -207,4 +207,4 @@ def audioOut(file=None):
csd.write("\n</CsoundSynthesizer>")
csd.close()
- os.system('csound ' + path + '/temp.csd')
+ os.system('csound ' + path + '/temp.csd >/dev/null 2>/dev/null')