Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/sound.py
diff options
context:
space:
mode:
Diffstat (limited to 'library/pippy/sound.py')
-rwxr-xr-xlibrary/pippy/sound.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/pippy/sound.py b/library/pippy/sound.py
index 319e190..05540e5 100755
--- a/library/pippy/sound.py
+++ b/library/pippy/sound.py
@@ -170,6 +170,7 @@ def getSoundList():
import os
return sorted(os.listdir('/usr/share/activities/TamTamEdit.activity/common/Resources/Sounds/'))
+temp_path=None
def audioOut(file=None):
"""Compile a .csd file and start csound to run it. If a string is given as argument, it write a wave file on disk instead of sending sound to hp. (file = [None])"""
global temp_path