Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorjaberg <james@localhost.localdomain>2007-01-03 04:29:52 (GMT)
committer jaberg <james@localhost.localdomain>2007-01-03 04:29:52 (GMT)
commit649b1c217d07b4b6d8e03cd6e3fa86f32c0096ac (patch)
tree6deb4fa5c557ed4ecf924465d12b2d2f9c993cba /TamTam.py
parentc86d5c65c037906defe5dd4580b7fb9b7ffb5591 (diff)
debug buttons
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/TamTam.py b/TamTam.py
index 7c24462..eda374b 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -16,12 +16,9 @@ from GUI.Core.MainWindow import MainWindow
from Framework.Core.Profiler import TP
-if False:
- csnd = CSoundClient.CSoundClientSocket( CSoundConstants.SERVER_ADDRESS, CSoundConstants.SERVER_PORT, os.getpid() )
-elif False:
- csnd = CSoundClient.CSoundClientPerf( '/usr/share/olpc-csound-server/univorc.csd' )
-else:
- csnd = CSoundClient.CSoundClientPerf( Constants.TAM_TAM_ROOT + '/Resources/univorc.csd' )
+#csnd = CSoundClient.CSoundClientSocket( CSoundConstants.SERVER_ADDRESS, CSoundConstants.SERVER_PORT, os.getpid() )
+#csnd = CSoundClient.CSoundClientPerf( '/usr/share/olpc-csound-server/univorc.csd' )
+csnd = CSoundClient.CSoundClientPerf( Constants.TAM_TAM_ROOT + '/Resources/univorc.csd' )
csnd.initialize(True)