Expand description
Deterministic pseudo-random scalar fields for modulation.
Everything here is seeded + reproducible — the same t and seed
always yield the same value. Used as organic, non-periodic modulation
inside lfo(|t| …) to avoid the robotic feel of pure sine LFOs.
Functions§
- brown_
walk - Brownian walk — integrated noise. Drifts over time, no periodicity.
step_hzcontrols speed of drift;scaleits amplitude. - perlin1d
- 1-D Perlin-like noise (cubic interpolation between lattice points). Smooth, organic wobble for slow LFO modulation.
- value_
noise - Value noise — step-interpolated lattice.
Same integer → same value. Sample rate ≈
freqtransitions per second.