grey280 / Variations

Generating music using Conway's Game of Life
2 stars 0 forks source link

Feature: AudioKit MIDI Transform Prep #2

Closed grey280 closed 6 years ago

grey280 commented 6 years ago

Wrote up some functions to handle converting between the boolean array output of Grid's column() function and the MIDI numbers that we'll be working with for AudioKit's stuff. As a side note, it's currently hardcoded to be in the key of Eb major, so the ability to choose a different key is definitely a future feature to explore.