Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/csound
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-11 16:44:41 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-11 16:44:41 (GMT)
commit89b880031d5d3d086dc737ca3367172443ea5aa5 (patch)
tree2632af408844ca10be2ad5c0e03a4e12b31b9807 /csound
parentfdc224fb0597bf34b4e0bf4ec169c0b87b5312cc (diff)
- Some more work on collaboration.
- Added the hole drumgit game
Diffstat (limited to 'csound')
-rw-r--r--csound/csoundserver.py2
1 files changed, 1 insertions, 1 deletions
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')