Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 624 Bytes

File metadata and controls

17 lines (13 loc) · 624 Bytes

RandomMuzakGenerator

An experimental program for writing muzak to midi files.

I began this project as an Object Oriented Design challenge to see how intuitively I could represent a song (or really just a long sequence of chords and notes played in time and key) in code. Eventually, I hope to get this group of classes to a point where they can manipulate music data in a very useful way.

Setup:

$ pip install -r requirements.txt

Run with:

$ python main.py

To play:

  • Some type of DAW or media player that can play midi files. (Files will be saved in the root directory after execution)