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) :