Final - Cells 2.0
For my final I decided to rework a much older sound project that I had done. Basically the Cells is an audio toy made out of John Conway's Game of Life. Each layer is assigned 16 notes horizontally, and the farther you go vertically down, the more distorted the notes become. Additionally, there are 4 layers with different notes on each. Because conway's game often dies out, you can set the number of iterations after which it will loop back to the beginning, or just play it straight. There are a lot of other variables that you can see in the right side of the video.
I cleaned up the code a lot to make it more efficient, as well as changed the sound. Now it uses fm oscillation, and added an echo/fade type effect to the overall sound. I also did a bunch of work to fix the clicking that was in the normal version and to keep rtAudio from blowing out. My problems ended up being a combination of too many oscillators, threadding issues, and claming problems. oy
Also, sorry, it's a bit quiet.. turn up your speakers! :D