Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Algorithmic music composition [closed]

(edited) For anyone interested in music and artificial intelligence:

Do you know of any music-composing algorithm that produces really interesting, fun or intelligent music? And not something sounding like a random noise.


(Previous, too broad question:)

What are some state of the art (very good, non-boring) music composition algorithms, software, researches that you have heard of? Feel free to post any interesting link about this subject.

P.S. I don't mean programs that assist you at playing, but primarily anything that can compose melody by itself (or with little assistance).

OR: Analyses existing music pieces and tells how much it likes them :)

like image 393
Ognjen Avatar asked Oct 10 '22 19:10

Ognjen


2 Answers

One of the leading researchers in algorithmic composition is David Cope of the University of California, Santa Cruz. His approach emphasizes machine learning, the results of which were impressively demonstrated in a 2006 performance.

http://www.wired.com/wired/archive/14.09/posts.html?pg=3

A good place to start would be with his aptly named book, The Algorithmic Composer, which covers much of his approach and provides most of the software he has written for his work.

http://books.google.com/books?id=rFGH07I2KTcC

Though not specifically algorithmic composition another invaluable resource is David Temperley's book, The Cognition of Basic Musical Structures, which provides quite a few models begging to be implemented.

http://books.google.com/books?id=IDoLEvTQuewC

Those two alone a pretty time consuming for anyone with an interest in that they are concrete enough that experimenting along the way is inevitable.

Hope that helps.

like image 160
Kelly Christoffersen Avatar answered Oct 26 '22 01:10

Kelly Christoffersen


One possibility would be to use a hidden Markov model: feed it samples of music, and have it generate "similar" music.

One example: http://www.cogs.susx.ac.uk/users/christ/talks/music-making-with-HiMMs.pdf

I did something similar with Shakespeare's sonnets. The results were ... interesting. Amusing, at times.

like image 1
Jim Mischel Avatar answered Oct 26 '22 03:10

Jim Mischel