Supercollider setup, GUIs, and patterns I use for my music!
Run the code in mixingstaging.scd to initialize the channels and everything. Then set the tempo in bigone.scd and finally evaluate synthbuf.scd to be able to play buffers.
Evaluate mixer.scd to get gui controls per channel.
To load buffers open gensampleload.sh and specify a rootfolder or supply it as an arg like ./gensampleload.s /path/to/samples.
Make sure to then evaluate loadsamples.scd.
The folder should have the following structure. That means all the samples are at depth=2.
. ├── a1 │ ├── sample01.wav │ ├── ... │ └── sample12.wav ├── a2 │ ├── sample01.wav │ ├── ... │ └── sample12.wav ├── b1 │ ├── sample01.wav │ ├── ... │ └── sample12.wav ├── b2 │ ├── sample01.wav │ ├── ... │ └── sample12.wav ├── c1 │ ├── sample01.wav │ ├── ... │ └── sample12.wav ... └── d2 │ ├── sample01.wav │ ├── ... │ └── sample12.wav
#TODO fix patterns