X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=music_sampler.py;h=6fed26b05e8ddb5406c465b052a70eb9a5624f44;hb=b58b8220c1f3f20e97ca806cf8db0e334b920f4c;hp=c17f7bff98d1764704ee542ef9a1004aa1151f8b;hpb=425dd061bf64a8304ec96aec870b0e2e24fa44f4;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/music_sampler.py b/music_sampler.py index c17f7bf..6fed26b 100644 --- a/music_sampler.py +++ b/music_sampler.py @@ -78,9 +78,3 @@ while 1: pygame.display.flip() draw_lock.release() - -#### In Ipython #### -# for thread in threading.enumerate(): -# if thread.getName()[0:2] != "MS": -# continue -# thread.join()