From 78c5faa1d8fa296680ccb131c5046403c1b4f540 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 02 Nov 2006 20:54:29 +0000 Subject: Made memosono using the instrument 108 of the universal orchestra. --- diff --git a/memosono.py b/memosono.py index 8f29c1e..34f7d93 100755 --- a/memosono.py +++ b/memosono.py @@ -202,7 +202,7 @@ class Controler(gobject.GObject): self.emit('tileflippedc', tile_number, pic, sound) if self.sound is 1: if os.path.exists(os.path.join(self._MEMO['_DIR_GSOUNDS'],sound)): - mess = "perf.InputMessage('i 102 0 3 \"%s\" %s 0.7 0.5 0')\n"%( + mess = "perf.InputMessage('i 108 0 3 \"%s\" %s 0.7 0.5 0')\n"%( os.path.join(self._MEMO['_DIR_GSOUNDS'],sound),self.id) self.cssock.send(mess) logging.info(" Read file: "+os.path.join(self._MEMO['_DIR_GSOUNDS'],sound)) -- cgit v0.9.1