Live data from Hacker News

Generating Music (with an algorithm)

techblog.bozho.net

1–10 of 56 posts

Re: Generating Music (with an algorithm)

#3
post #2

it sounds like i expected it would :)

bad, or artificial? If "artificial" - that's the performance side, and it depends on the soundbank. If a real performer plays the same score, it would sound better. The point is to have nice compositions first :)

Re: Generating Music (with an algorithm)

#4
I've been wondering how long it would be until web sites like this started showing up, where you can listen to automatically generated music on demand.

Hopefully they keep improving until they make the best human composers look mediocre, despite being millions of times faster. Unbounded amounts of new high quality low cost music? Yes please.

Re: Generating Music (with an algorithm)

#5
post #4

I've been wondering how long it would be until web sites like this started showing up, where you can listen to automatically generated music on demand. Hopefully they keep improving until they make the best human composers look mediocre, despite being millions of times faster. Unbounded amounts of new high quality low cost music? Yes please.

My point is similar, but not exactly the same. The best human composers will still be the best. However, the other 90% may be replaced by computers. Or, computers may generate some "skeletons", which real composers can use and enrich.

Re: Generating Music (with an algorithm)

#7
post #6

Have you ever thought of using some more complicated algorithm for randomness, e.g., genetic algorithm? http://scholar.google.com/scholar?q=genetic+algorithm+music+...

I have indeed looked at some genetic algorithms and a lot of papers on the topic (in fact, my former university has a course about that, so I read the coursebook). Most of what I have read is either included, attempted, or in TODO. And obviously, I need to read some more.

Re: Generating Music (with an algorithm)

#8
post #7
post #6

Have you ever thought of using some more complicated algorithm for randomness, e.g., genetic algorithm? http://scholar.google.com/scholar?q=genetic+algorithm+music+...

I have indeed looked at some genetic algorithms and a lot of papers on the topic (in fact, my former university has a course about that, so I read the coursebook). Most of what I have read is either included, attempted, or in TODO. And obviously, I need to read some more.

That interactive thing looks useful. It might be possible to build a music composer (website) using collective intelligence, i.e., producing music by taking people's response into consideration?

Re: Generating Music (with an algorithm)

#9
post #8
post #7

Earlier quoted context omitted.

I have indeed looked at some genetic algorithms and a lot of papers on the topic (in fact, my former university has a course about that, so I read the coursebook). Most of what I have read is either included, attempted, or in TODO. And obviously, I need to read some more.

That interactive thing looks useful. It might be possible to build a music composer (website) using collective intelligence, i.e., producing music by taking people's response into consideration?

The idea of "liking" and "disliking" is to: 1. Get a collection of 'best' tracks that sort-of advertises the successful parts of the algorithm 2. To let me analyze which intermediate decisions in the generation process are good and which not, so that I can make the good ones happen more often.
Post reply on HN