Ps: supercollider 居然是 Beatles Paul Mccartney 的儿子在 1996 年开发的!
What is supercollider
- A platform for audio synthesis and algorithmic composition
- Users: musicians, artists, and researchers working with sound
- Three major components
- scsynth:
- a real time audio server
- core
- 400 + unit generators(“UGens”) of analysis, synthesis, and processing
- known and unknown audio techniques
- additive and subtractive synthesis, FM, granular synthesis, FFT, and physical modeling
- scsynth:
* sclang: language
- controls scsynth via Open Sound Control
- algorithmic composition and sequencing
* scide: ide
Systems interfacing with SC
- send osc message from shell
- client using sc server
Scheme, Smalltalk, Python, Processing, Perl, Java…