0%

SuperCollider & Processing

Ps: supercollider 居然是 Beatles Paul Mccartney 的儿子在 1996 年开发的!

What is supercollider

  1. A platform for audio synthesis and algorithmic composition
  2. Users: musicians, artists, and researchers working with sound
  3. 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
* sclang: language
    - controls scsynth via Open Sound Control
    - algorithmic composition and sequencing
* scide: ide

Systems interfacing with SC

  1. send osc message from shell
  2. client using sc server
    Scheme, Smalltalk, Python, Processing, Perl, Java…

Processing

OSC Communication