Algorithmic composition is the technique of using algorithms to create music.
11
votes
4answers
447 views
Algorithms for music composition
I'm a beginner in music but I also like to fool around with simple computer programs . So I found a little python library to generate MIDI files . So what I do now is that I have a few rhythm ...
6
votes
1answer
604 views
How does the Risset Rhythm work?
Many people know about the Shepard-Risset Tone/Glissando, which is a tone that starts low and seems to continue ascending(or descending) when you listen to it, even though it actually is playing the ...
12
votes
3answers
1k views
How can I generate nice-sounding random chord progressions?
I'm trying to write a computer program to generate simple random chord progressions. Is there a way of ranking chords based on how nice they will sound after the previous ones?
Any advice would be ...