fundamentals
lua
supercollider
language fundamentals
managing audio
useful tips for supercollider
- select any class or method name and press ctl+D for a help page, usually containing example code and links to related classes and overview pages
- select any class name and press ctl+I to inspect the source code for the class. (+repeat.) often this just ends up being a light FFI wrapper , however many times it reveals how many sclang classes are actually implemented in sclang, and drilling down in this process reveals many powerful methods that might otherwise be overlooked.
softcut