X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/848568d13d75f6f7b458ec464d5a5c836d0d8572..da27397af045e89d82771d70851ec7cc9d158f70:/src/app/synth.py diff --git a/src/app/synth.py b/src/app/synth.py index 469fd04..c1faee7 100755 --- a/src/app/synth.py +++ b/src/app/synth.py @@ -35,11 +35,11 @@ class Synth(FSynth) : self.start() self.fsid = self.sfload(sfPath) self._octaveAjusts = {} - console.info('démarrage du synthétiseur') + console.debug('démarrage du synthétiseur') envLogger.info('soundfont : %s', sfPath) def __del__(self) : - console.info('arrêt du synthétiseur') + console.debug('arrêt du synthétiseur') self.delete() def adjust_octave(self, chan, octave) :