X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=helpers%2Fmapping.py;h=60c769166104295baad57fd317f540b33549b898;hb=22514f3ae6d4e19537ae5ab6bdb5bc9f99a64f47;hp=84845fc641dfd5ee262874dce2625b41e0acda9d;hpb=1bf9e4940feed9d47a4bc36acdd71a47704d82cf;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/helpers/mapping.py b/helpers/mapping.py index 84845fc..60c7691 100644 --- a/helpers/mapping.py +++ b/helpers/mapping.py @@ -8,6 +8,7 @@ import yaml import sys from .music_file import * +from .mixer import Mixer from . import yml_file,gain class Mapping(RelativeLayout): @@ -23,6 +24,7 @@ class Mapping(RelativeLayout): self.running = [] Clock.schedule_interval(self.not_all_keys_ready, 1) + self.mixer = Mixer() @property def master_gain(self):