Generating Musical Notes in Python using Sine Waves

preview_player
Показать описание
This video continues off of the last video on generating sine waves.
We use the code from the last video to generate musical notes.

Рекомендации по теме
Комментарии
Автор

super useful and perfectly explained! Motivated to experiment with this base of method you set up. Thank you!! :)

wathfield
Автор

Rather than threads, you may be better off doing a fourier transform across all notes which are supposed to be playing at a time. This fourier trans could be in a class Mixer. A difficulty with threads is that they run things at slightly non deterministic intervals, and our ears are sensitive to this, we perceive a dirty sound.

cratuki
Автор

Can you revisit these and make some new ones ? These were fun and you are very easy to follow. Thanks

freedumbs