projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remaniement du logging des messages de l'application : une seule info par console...
[minwii.git]
/
src
/
app
/
synth.py
diff --git
a/src/app/synth.py
b/src/app/synth.py
index
71fa126
..
f94358d
100755
(executable)
--- a/
src/app/synth.py
+++ b/
src/app/synth.py
@@
-35,7
+35,8
@@
class Synth(FSynth) :
self.start()
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
self.start()
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
- console.info('démarrage du synthétiseur\nsoundfont : %s', sfPath)
+ console.info('démarrage du synthétiseur')
+ console.info('soundfont : %s', sfPath)
def __del__(self) :
console.info('arrêt du synthétiseur.')
def __del__(self) :
console.info('arrêt du synthétiseur.')