]> CRI, Mines Paris - PSL - minwii.git/blobdiff - src/app/synth.py
impression de la version du fichier de log.
[minwii.git] / src / app / synth.py
index 71fa12619fb63c9f32c15c9fe876a3f597ecc85a..191064328c73845d558ba3a79d19a75fede3c189 100755 (executable)
@@ -35,10 +35,11 @@ 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.')
+        console.info('arrêt du synthétiseur')
         self.delete()
     
     def adjust_octave(self, chan, octave) :