Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorjames <james@loggerhead.localdomain>2007-02-25 01:50:21 (GMT)
committer james <james@loggerhead.localdomain>2007-02-25 01:50:21 (GMT)
commit7e9d820bfdcb9cc627efe22a3f984ebaea47cd41 (patch)
tree2d89a29e3d9f79389ce33aff0243bb61afe38a6d /TamTam.py
parent35fdf3ba130c95f2528b38b54f6e4c9448540f4c (diff)
parented4c16f711d969a6fc24058b1d6d20846fa0abbf (diff)
progress on aclient
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index e8babd5..3f6ee95 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -92,7 +92,7 @@ class TamTam(Activity):
def handleFocusIn(self, event, data=None):
csnd = new_csound_client()
csnd.connect(True)
- csnd.load_instruments()
+ #csnd.load_instruments()
def handleFocusOut(self, event, data=None):
if self.tamtam.synthLabWindowOpen():