mutable-instruments for chuck. Currently includes:
- Clouds (Clds)
- Clouds Parasites (CldsP)
- OnsetDetector (OnsetDetector)
- Rings (Rngs)
git clone https://github.com/cviejo/chugable-instruments.git
cd chugable-instruments
git submodule update --init --recursive
make mac
make install
By default, this will install the Chugins to /usr/local/lib/chuck
. You can specify a different destination by setting the DEST
variable:
DEST=/path/to/chuck/chugins make install
Note: You may need to use sudo
for the installation step if you don't have write permissions to the destination directory.
adc => Rngs rngs => dac;
false => rngs.internalExciter;
1 => rngs.polyphony;
3 => rngs.model;
16 => rngs.note;
0.4 => rngs.structure;
0.5 => rngs.brightness;
0.0 => rngs.damping;
0.9 => rngs.position;
rngs.gain(0.5); // safety first
1::eon => now;
See also the examples
directory.
Yes please! I'm mostly adding the modules and platforms I use, feel free to open a PR to add more. See the current modules for reference.