Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2006-11-02 20:54:29 (GMT)
committer Simon Schampijer <simon@schampijer.de>2006-11-02 20:54:29 (GMT)
commit78c5faa1d8fa296680ccb131c5046403c1b4f540 (patch)
tree8c4f9bf2244e9ec09401e20657d2622cd820d939
parent698ceec8aa3dc35928afdd6e17c50eb09831e567 (diff)
Made memosono using the instrument 108 of the universal orchestra.
-rwxr-xr-xmemosono.py2
1 files changed, 1 insertions, 1 deletions
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))