User Tools

Site Tools


people:max_ottesen:project:fake_paper

This is an old revision of the document!


The Music of Life

Abstract

I am using the Movable Feast Machine to implement a system for generating music. We do this by first creating a few elements to represent some of the important aspects of music. Two of our elements are the Staff and the Note. The Staff element is a self-replicating, immovable object that makes a large grid, each point on the grid knowing its relative position. The Note element represents a musical tone in a specified scale. Each note is immovable and knows whether it is an accidental or not. A note's horizontal position relative to the Staff grid will tell you what scale degree it is and what octave it is in. Our third and final element is the Composer. It floats freely around the MFM and moves Notes according to basic music theory rules based on the other Notes that are around. They also replicate themselves or create new notes out of Res elements with some probability. The Composer has some adjustable parameters such as the scale they are working in, their tolerance for dissonance or tension, and how often it will create new Notes. By placing a Composer in the MFM along with a DReg, it will eventually start to convert the Res that the DReg creates into Notes and more Composers. If we interpret the MFMs state as music and listen to it every so often, we will be able to hear the changes that the Composer is making.

(Hoped for) Conclusion

By interpreting our MFM states as musical notes on a staff, we can very quickly recognize some basic musical patterns emerging. By adjusting the type of scale we're using and how lenient our composers are with things like dissonance and tension, we can see (hear) random notes transform and rearrange themselves into simple melodies and harmonies. When we first start the machine running, we hear lots of dissonance and random notes that don't sound like music at all. The longer we let the machine run, the more consonant our sound is. The Composers eventually work all of the dissonance out of our piece of music and the music starts to stabilize and we hear less and less change as time goes on. The MFM states that are interesting to listen to and don't sound like garbage are somewhere in the middle.

people/max_ottesen/project/fake_paper.1412624263.txt.gz · Last modified: 2014/10/06 19:37 by mottese