aboutsummaryrefslogtreecommitdiff
path: root/helpers/music_file.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-17 15:19:02 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-17 15:19:02 +0200
commitd6290f14246b69e10a73e2798dd3905e866b3e88 (patch)
tree0f41864c0be7ad806ee4cef79ada2cee81aa8283 /helpers/music_file.py
parentaf27d78259265bdada147757cd64488f44dd524d (diff)
downloadMusicSampler-d6290f14246b69e10a73e2798dd3905e866b3e88.tar.gz
MusicSampler-d6290f14246b69e10a73e2798dd3905e866b3e88.tar.zst
MusicSampler-d6290f14246b69e10a73e2798dd3905e866b3e88.zip
Invert no_mixing flag
Diffstat (limited to 'helpers/music_file.py')
-rw-r--r--helpers/music_file.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/music_file.py b/helpers/music_file.py
index f391ff4..efa8628 100644
--- a/helpers/music_file.py
+++ b/helpers/music_file.py
@@ -32,6 +32,7 @@ class MusicFile(Machine):
32 32
33 Machine.__init__(self, states=states, transitions=transitions, initial='initial') 33 Machine.__init__(self, states=states, transitions=transitions, initial='initial')
34 34
35 # FIXME: catch error here
35 self.mixer = mapping.mixer or Mixer() 36 self.mixer = mapping.mixer or Mixer()
36 self.volume = 100 37 self.volume = 100
37 self.mapping = mapping 38 self.mapping = mapping