I am writing a basic piano style program that uses functions with winsound.Beep to play different note. I am new to multi-processing, and was wondering how I would be able to play two notes at once. If that is not possible, perhaps there is a way to combine frequencies that I do not know. Thanks for reading ~Jimnebob
Asked
Active
Viewed 173 times
0
-
possible duplicate of [How do you play two different song files on python at the same time?](http://stackoverflow.com/questions/12902336/how-do-you-play-two-different-song-files-on-python-at-the-same-time) – ivan_pozdeev Feb 27 '15 at 02:03
-
This isn't the same! I'm using winsound.Beep, and hes using a sound file – TheJimnebob Feb 27 '15 at 03:49