AlgoCompSynth / CLAMS

Command Line Algorithmic Music System
https://algocompsynth.github.io/CLAMS
MIT License
17 stars 0 forks source link

Define audio / DSP algorithms #14

Closed znmeb closed 9 months ago

znmeb commented 1 year ago

Check out CSound documentation ... it may be as simple as copying their UGENs

znmeb commented 1 year ago

Candidates in no particular order:

  1. multi-operator FM
  2. additive
  3. wavetable / samples
  4. physical model
  5. virtual analog: "virtual east coast" or "virtual west coast"
  6. granular / other miscellaneous
  7. "errant"

I'm learning towards a collection of physical modeling / additive and errant. Additive is the simplest for spectral music.

znmeb commented 1 year ago

Probably need to code and profile wavetable first.

znmeb commented 9 months ago

Overview is done - will define details on a composition-by-composition basis