Have you heard of any open source library to generate music programatically? I'm interested in generating music from the "first principles", that is to say, chords or notes.
Ask HN: Open source library to generate music programatically?
1–3 of 3 posts
Re: Ask HN: Open source library to generate music programatically?
#2There 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?
#3There 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.