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:

Chaos Climax

Download:
.m4a (Apple Lossless)
.flac
.mp3
.ogg
.wav

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.

Bubbles ChucKu

Download:
.m4a (Apple Lossless)
.flac
.mp3
.ogg
.wav

Spiral ChucKu

Download:
.m4a (Apple Lossless)
.flac
.mp3
.ogg
.wav

All code can be downloaded here:

Colin-Sullivan_220b_hw0.tar.gz

To download and build:

wget https://ccrma.stanford.edu/~colinsul/220b/hw0/Colin-Sullivan_220b_hw0.tar.gz --no-check-certificate
tar xvzf Colin-Sullivan_220b_hw0.tar.gz
cd Colin-Sullivan_220b_hw0/

Bash

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

  1. Schmidhuber, Jürgen. (1997). A Computer Scientist’s View of Life, the Universe, and Everything.  

  2. http://en.wikipedia.org/wiki/Logistic_map 

  3. https://ccrma.stanford.edu/wiki/ChucKu