Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')