1 # -*- coding: utf-8 -*-
3 constantes de configuration
12 _here
= os
.path
.abspath(__file__
).split(os
.path
.sep
)[:-1]
13 def _computePath(path
) :
14 path
= path
.split('/')
16 path
= os
.path
.abspath(os
.path
.sep
.join(path
))
29 ON_TOP_LUMINANCE
= 0.6
30 ON_BOTTOM_LUMINANCE
= 0.9
32 ON_COLUMN_OVERSIZING
= 2
34 font_file
= _computePath('fonts/Arial Unicode.ttf')
35 NOTES_FONT
= pygame
.font
.Font(font_file
, 50)
36 LYRICS_FONT
= pygame
.font
.Font(None, 80)
38 DEFAULT_MIDI_VELOCITY
= 96
40 SONG_FILE_PATH
= _computePath('../../chansons')
43 {'name' : 'accordeon',
78 {'name' : 'violoncelle',