X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/dc8216d3cd94fe2a5d89c6e8a4fae5de2f25bc9b..778427f99b8ef872b62311cabd40a3c0e24bebde:/src/app/synth.py diff --git a/src/app/synth.py b/src/app/synth.py index 71fa126..f94358d 100755 --- 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 = {} - 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.')