From 5928d8d0953672a28ef812ea5f9bb3a44c0da7ec Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Mon, 17 Dec 2007 23:41:01 +0000 Subject: Fix import of pippy.sound library (missing temp_path definition). --- (limited to 'library') 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 -- cgit v0.9.1