import logging
import os
import datetime
+LOG_FORMAT_VERSION='1.0-alpha'
hiddenEvents = {pygame.MOUSEMOTION:True,
pygame.MOUSEBUTTONDOWN:True,
from musicxml import musicXml2Song
from config import SONG_FILE_PATH
from globals import PLAYING_MODES_DICT
-from log import console
+from log import console, LOG_FORMAT_VERSION
class MinWii(object):
def __init__(self, wiimoteSupport=True) :
+ console.info('winwii log format version : %s', LOG_FORMAT_VERSION)
self.wiimoteSupport = wiimoteSupport
LaunchScreen()
self.app = Desktop()
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) :