X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/ea641d921996c040ee1af76c71ea98d75fa853af..8056dc2c3c20d098d82880edabac26ffe130cb09:/src/app/widgets/playingscreen.py?ds=sidebyside diff --git a/src/app/widgets/playingscreen.py b/src/app/widgets/playingscreen.py index 91b73a7..fc6c801 100755 --- a/src/app/widgets/playingscreen.py +++ b/src/app/widgets/playingscreen.py @@ -7,26 +7,16 @@ $Id$ $URL$ """ import pygame -#from colorsys import hls_to_rgb -#from gradients import gradients from cursors import WarpingCursor from column import Column import events from eventutils import event_handler, EventDispatcher, EventHandlerMixin -#from math import floor import types from musicxml import Tone from config import FRAMERATE from config import BORDER from config import FIRST_HUE -#from config import OFF_LUMINANCE -#from config import OFF_SATURATION -#from config import ON_TOP_LUMINANCE -#from config import ON_BOTTOM_LUMINANCE -#from config import ON_SATURATION -#from config import ON_COLUMN_OVERSIZING -#from config import ON_COLUMN_ALPHA from config import DEFAULT_MIDI_VELOCITY from globals import BACKGROUND_LAYER