aboutsummaryrefslogtreecommitdiff
path: root/music_sampler.py
diff options
context:
space:
mode:
Diffstat (limited to 'music_sampler.py')
-rw-r--r--music_sampler.py6
1 files changed, 0 insertions, 6 deletions
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:
78 78
79 pygame.display.flip() 79 pygame.display.flip()
80 draw_lock.release() 80 draw_lock.release()
81
82#### In Ipython ####
83# for thread in threading.enumerate():
84# if thread.getName()[0:2] != "MS":
85# continue
86# thread.join()