Supex.Ugen (supex v0.2.0)
View SourceFor composing Oscillators and other SuperCollider's UGens (UnitGnerators).
examples
iex> import Supex.Ugen iex> sin() |> freq(690) |> phase(6) |> mul(0.9) |> add(0.69) %Supex.Ugen.SinOsc{add: 0.69, phase: 6, freq: 690, mul: 0.9}
Summary
Functions
Transforms a "normal" oscillator to a LFO.
Create a pulse oscillator.
Create a saw oscillator.
Create a sine oscillator.
Functions
Transforms a "normal" oscillator to a LFO.
It uses kr
(control rate) instead of ar
(audio rate),
cf. https://doc.sccode.org/Tutorials/Getting-Started/05-Functions-and-Sound.html
Create a pulse oscillator.
Create a saw oscillator.
Create a sine oscillator.