ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Project Request: sound generation projects #103

Closed ehmatthes closed 9 years ago

ehmatthes commented 10 years ago

Many students love to play with music-generation software. Something as simple as generating a series of tones and shifting them in different ways.

A sample project here: http://zulko.github.io/blog/2014/03/29/soundstretching-and-pitch-shifting-in-python/

ehmatthes commented 9 years ago

See the python-rtmidi project, python-midi, python music links.

ehmatthes commented 9 years ago

Moved to #119.