projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
découpage des fichiers de log par chansons jouées.
[minwii.git]
/
src
/
app
/
synth.py
diff --git
a/src/app/synth.py
b/src/app/synth.py
index
1910643
..
eb19235
100755
(executable)
--- a/
src/app/synth.py
+++ b/
src/app/synth.py
@@
-7,7
+7,7
@@
$URL$
"""
from os.path import realpath, sep, exists
from fluidsynth import Synth as FSynth
"""
from os.path import realpath, sep, exists
from fluidsynth import Synth as FSynth
-from log import console
+from log import console
, envLogger
import pygame
import events
import pygame
import events
@@
-36,7
+36,7
@@
class Synth(FSynth) :
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
console.info('démarrage du synthétiseur')
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
console.info('démarrage du synthétiseur')
-
console
.info('soundfont : %s', sfPath)
+
envLogger
.info('soundfont : %s', sfPath)
def __del__(self) :
console.info('arrêt du synthétiseur')
def __del__(self) :
console.info('arrêt du synthétiseur')