]> CRI, Mines Paris - PSL - minwii.git/blobdiff - src/app/synth.py
curseur troué au milieu.
[minwii.git] / src / app / synth.py
index 469fd0445975ca48a4479f68c0760520910620e8..c1faee7feacf7ebc55f354761a2d5348ca8e0f93 100755 (executable)
@@ -35,11 +35,11 @@ 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')
+        console.debug('démarrage du synthétiseur')
         envLogger.info('soundfont : %s', sfPath)
     
     def __del__(self) :
         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) :
         self.delete()
     
     def adjust_octave(self, chan, octave) :