Live data from Hacker News

Ask HN: Open source library to generate music programatically?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Open source library to generate music programatically?

#2
There is the music21 python project from MIT http://web.mit.edu/music21/

It's been awhile since I've used it but it worked well and could generate and analyze music in the classical Western tradition.

I used it in a project to generate midi music in the style of specific composers based on Markov chains. Sadly I don't have the source anymore otherwise I'd link you to it.

Re: Ask HN: Open source library to generate music programatically?

#3
post #2

There is the music21 python project from MIT http://web.mit.edu/music21/ It's been awhile since I've used it but it worked well and could generate and analyze music in the classical Western tradition. I used it in a project to generate midi music in the style of specific composers based on Markov chains. Sadly I don't have the source anymore otherwise I'd link you to it.

It looks promising, thank you very much.