Difference between revisions of "Austin Rose Final Composition"

From vjmedia
Line 1: Line 1:
Under Construction
 
<mediaplayer>TODO.mp4</mediaplayer>
 
  
[[Category:Interactive Systems]]
+
== Markov Chain Preludes ==
[[Category:Multimedia]]
+
 
[[Category:Gaming]]
+
For my final project, I wrote some code to analyze MIDI data, build a Markov Chain model based on the list of notes, and then pseudorandomly compose a sequence based on that file.
[[Category:Pedagogy, Theory, and Research Resources]]
+
 
 +
I used Bach's preludes because they are simple and melodic, which make them easier to manipulate and stitch together. Each prelude had a melody and a bass part which I could get separate MIDI files for.
 +
 
 +
The code I wrote is not specific to these songs, it works with any MIDI data. Depth of chain is configurable.
 +
 
 +
Demonstration patched together from preludes 2 and 3.
 +
 
 +
[[File:markov_demo.png]]
 +
[[File:markov_song.mp3]]
 +
 
 
[[Category:Development Toolkits]]
 
[[Category:Development Toolkits]]
 
[[Category:Music (classical)]]
 
[[Category:Music (classical)]]
[[Category:Music (popular, contemporary, non-classical)]]
 
 
[[Category:Algorithmic, Interactive, & Electro-acoustic Compositions]]
 
[[Category:Algorithmic, Interactive, & Electro-acoustic Compositions]]
[[Category:Sound Design]]
 
[[Category:Scores and Arrangements]]
 
[[Category:Multimedia]]
 
 
 
[[Category: Advisor:Manzo]]
 
[[Category: Advisor:Manzo]]

Revision as of 03:19, 14 October 2015

Markov Chain Preludes

For my final project, I wrote some code to analyze MIDI data, build a Markov Chain model based on the list of notes, and then pseudorandomly compose a sequence based on that file.

I used Bach's preludes because they are simple and melodic, which make them easier to manipulate and stitch together. Each prelude had a melody and a bass part which I could get separate MIDI files for.

The code I wrote is not specific to these songs, it works with any MIDI data. Depth of chain is configurable.

Demonstration patched together from preludes 2 and 3.

Markov demo.png File:Markov song.mp3