passage en V1 du format de log.
[minwii.git] / src / app / synth.py
index 469fd04..c1faee7 100755 (executable)
@@ -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) :