“Chaos Response”
This chuck code is a response to Schmidhuber’s paper1 concerning the computation of all possible universes and the ideas behind cellular automaton.
The central sound is synthesized using a particular recursive “dynamical equation” to calculate the audio samples, which facilitates the chaotic behavior of the audio2.
Check it out:
“ChucKu”s
These two chuck files are “ChucKu”s3 which generate some sound. “bubbles.ck” generates an ascending field of filtered impulses that sound to me like some juicy bubbles. Modifying the 100
at line 12:38 of the file yields some interesting patterns in the impulse delays. “spiralup.ck” creates a modulated ascending square wave that sounds pretty spacey. Modifying the frequency of the sine wave at 10:52 sounds pretty crazy.
All code can be downloaded here:
Colin-Sullivan_220b_hw0.tar.gz
To download and build:
To run:
# From within the `response/` directory:
chuck ./lib/vendor/KnacK/lib/import.ck:./lib/vendor/KnacK/lib/ ./import.ck
# From within the `chucku/` directory:
chuck bubbles.ck
chuck spiralup.ck
-
Schmidhuber, Jürgen. (1997). A Computer Scientist’s View of Life, the Universe, and Everything. ↩