]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - helpers/music_file.py
Invert no_mixing flag
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / music_file.py
index f391ff4d2dadbf21877add9748b53adea609bb69..efa8628b83c4b078abd6d87b00f30edace769310 100644 (file)
@@ -32,6 +32,7 @@ class MusicFile(Machine):
 
         Machine.__init__(self, states=states, transitions=transitions, initial='initial')
 
+        # FIXME: catch error here
         self.mixer = mapping.mixer or Mixer()
         self.volume = 100
         self.mapping = mapping