Live Coding a Music Synthesizer Talk by Ram Rachum

Slide Note
Embed
Share

Ram Rachum, a long-time Python developer, shares how to create a music synthesizer through live coding. He emphasizes playing notes, making them sound good, and writing elegant code to play musical pieces. The talk includes code available on GitHub and showcases the process of playing different notes, including fast sequences, to achieve the final goal of playing a complete musical piece.


Uploaded on Oct 05, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. LIVE-CODING A MUSIC SYNTHESIZER! by Ram Rachum Full code to this talk on GitHub: github.com/cool-RR/python_synthesizer Special thanks: Matthias Geier, Matti Picus, Miki Tebeka

  2. RAM RACHUM Long-time Python developer My projects: PySnooper, PythonTurtle Open-source contributor: CPython, Django, PyPy, Matplotlib, Pandas, and many others I do Python workshops: http://pythonworkshops.co Organizer at PyWeb-IL, the Israeli Python community I m looking to move to Europe (maybe Germany?) Talk to me if you have a job offer for me!

  3. Our final goal: Play a musical piece

  4. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  5. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  6. Simplest sound wave: Air pressure Time

  7. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  8. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  9. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  10. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  11. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  12. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  13. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast Play a musical piece

  14. Play a note Make it sound good Make the code elegant Play a bunch of notes Play different notes Play lots of notes Play notes real fast THANK YOU Play a musical piece

Related