Download J. S. Bot

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
J. S. Bot
An exercise in computer generated music.
Ansh Shukla
Outline
•
•
•
•
Goal
Algorithm
Implementation
Music
Ansh Shukla
1. Computer-generated music: Us
2. Recombinant music: David Close
3. Computer-generated composition: This
Ansh Shukla
Algorithm
1.
2.
3.
4.
Generate random songs using Markov model
Use genetic algorithm to evolve songs
Pick the best song
Profit
Ansh Shukla
Markov Model
Ansh Shukla
Genetic Algorithm
• Generation part handled by Markov Model
• Fitness Function
Ansh Shukla
Ansh Shukla
Composer and Performer
IAC Driver
Ansh Shukla
Hear it and weep
Ansh Shukla
Conclusions
1. Markov models alone aren’t good
2. MIDI is not the right IAC (OSC?)
3. Composer / Performer approach may be
interesting
1. ChucK adds harmonics, etc. to data driven stream
Ansh Shukla
Related documents