vote up 6 vote down star
5

I'm looking into playing around with procedurally generating music. I'm hoping to find a really simple API where I can just call out instrument, note, duration and string together a song (I'll take anything of course but that would be my preference). Does anyone know of any library that does this?

flag

72% accept rate

4 Answers

vote up 2 vote down check

Your best bet is a music programming environment, of which there are several.

CSound is one of the best known ones. Here is their website.

Max MSP is also another widely used option, and it provides a visual programming iterface too. It is, however, commercial.

Another well known option (and widely used by experimental electronic musicians) is SuperCollider. This is its webpage.

Here's a wikipedia article describing similar languages/environments.

You can also use a general programming language with the right libraries to do audio/music work. Java, for one, provides the Java Sound API.

link|flag
Good call on CSound, I had forgotten about that. I know BT used it to do one of the songs on his This Binary Universe album: en.wikipedia.org/wiki/This_Binary_Universe – Chad Birch May 11 at 22:51
Max/MSP is sourced from Pure Data, an open-source project by Miller Puckette. See: www-crca.ucsd.edu/~msp/software.html – Alex Reynolds May 11 at 23:10
vote up 1 vote down

It's hard to give specific recommendations, since you didn't specify a language. Most languages have a decent MIDI library though, that would be the first place I would look, unless you need something heavier than the MIDI format allows.

link|flag
vote up 0 vote down

Maybe Generative music is a good start. Googling leads a couple interesting links, too. Brian Eno created procedurally generated music for Spore.

link|flag
vote up 0 vote down

You might want to look at Common music

link|flag
1  
This is a common lisp implementation you are linking to. Nothing about music on that page. What gives? – foljs May 11 at 22:57
oops wrong link: corrected – PiedPiper May 11 at 23:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.