diff options
Diffstat (limited to 'music_sampler.py')
-rw-r--r-- | music_sampler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/music_sampler.py b/music_sampler.py index c10b634..f5df2bf 100644 --- a/music_sampler.py +++ b/music_sampler.py | |||
@@ -14,6 +14,8 @@ from kivy.lang import Builder | |||
14 | from helpers.key import Key | 14 | from helpers.key import Key |
15 | from helpers.mapping import Mapping | 15 | from helpers.mapping import Mapping |
16 | 16 | ||
17 | helpers.register_fonts() | ||
18 | |||
17 | class KeyList(RelativeLayout): | 19 | class KeyList(RelativeLayout): |
18 | keylist = ListProperty([]) | 20 | keylist = ListProperty([]) |
19 | first_key = StringProperty("") | 21 | first_key = StringProperty("") |