Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2007-12-17 23:41:01 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2007-12-17 23:41:01 (GMT)
commit5928d8d0953672a28ef812ea5f9bb3a44c0da7ec (patch)
treea47d3de096342c2ae4f6ac1de10cd01c6c03abc9 /library
parentb5349be7da866971e2b838d63501cfef1637fc1a (diff)
Fix import of pippy.sound library (missing temp_path definition).
Diffstat (limited to 'library')
-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