From 7764c04a64923beb40e070b8aea531622520cf7d Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 16 Jul 2007 15:48:25 +0000 Subject: Fixed setup.py to create bundle memorize instad of memosono. Cleaned the csound instrument and changed sndplayer accordingly. --- (limited to 'game.py') diff --git a/game.py b/game.py index a07b428..ad25dcb 100755 --- a/game.py +++ b/game.py @@ -148,7 +148,7 @@ class MemorizeGame(gobject.GObject): if snd == None: _logger.debug('Audio: no sound in this game.') else: - self.cs.perform('i 108 0.0 3.0 "%s" 1 0.9 0.5 0'%(snd)) + self.cs.perform('i 108 0.0 3.0 "%s" 1 0.9 0.1'%(snd)) _logger.debug('Audio: play sound=%s'%snd) # First card case -- cgit v0.9.1