aboutsummaryrefslogtreecommitdiff
path: root/music_sampler.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 19:32:38 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 19:44:09 +0200
commit35bde798b6cda13579337b0ec5a803fdd5eab19a (patch)
treef0cc63dfb2b64aafbd6477b4d239899b8c9dba3c /music_sampler.py
parentcfde9820184a3b70c70bcf396c396a4c64fa9a39 (diff)
downloadMusicSampler-35bde798b6cda13579337b0ec5a803fdd5eab19a.tar.gz
MusicSampler-35bde798b6cda13579337b0ec5a803fdd5eab19a.tar.zst
MusicSampler-35bde798b6cda13579337b0ec5a803fdd5eab19a.zip
Remove fonts from directory
Diffstat (limited to 'music_sampler.py')
-rw-r--r--music_sampler.py2
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
14from helpers.key import Key 14from helpers.key import Key
15from helpers.mapping import Mapping 15from helpers.mapping import Mapping
16 16
17helpers.register_fonts()
18
17class KeyList(RelativeLayout): 19class KeyList(RelativeLayout):
18 keylist = ListProperty([]) 20 keylist = ListProperty([])
19 first_key = StringProperty("") 21 first_key = StringProperty("")