From 89b880031d5d3d086dc737ca3367172443ea5aa5 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 11 Jul 2007 16:44:41 +0000 Subject: - Some more work on collaboration. - Added the hole drumgit game --- (limited to 'csound') diff --git a/csound/csoundserver.py b/csound/csoundserver.py index 45eca28..6e7c815 100644 --- a/csound/csoundserver.py +++ b/csound/csoundserver.py @@ -31,7 +31,7 @@ class CsoundServer(Thread): def perform(self, msg): _logger.debug(' [perform_cb] %s'%str(msg)) - self.perf.InputMessage(msg) + self.perf.InputMessage(str(msg)) def quit(self): _logger.info('quit') -- cgit v0.9.1