From 22514f3ae6d4e19537ae5ab6bdb5bc9f99a64f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 17 Jul 2016 00:31:00 +0200 Subject: Add a common mixer --- helpers/mapping.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/mapping.py') 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): -- cgit v1.2.3