Skip to content

tesse67/f2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/f and chaya's supercollider setup modified by tesse

Supercollider setup, GUIs, and patterns I use for my music!

Things to know:

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

About

supercollider setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published