]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.py
Move from pygame to sounddevice for sound handling
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.py
index fd5bd908daf3b81ebe67f9e0b7128d451278e932..5613fdf1ab0824df8e75543ff41544b855cd1402 100644 (file)
@@ -45,7 +45,7 @@ class PlayList(RelativeLayout):
         open_files = self.parent.ids['Mapping'].open_files
         self.playlist = []
         for music_file in open_files.values():
-            if not music_file.is_playing():
+            if not music_file.is_not_stopped():
                 continue
 
             text = "{}/{}".format(