saugns v0.4.6 is out, with mainly just one new feature, turning the rumble oscillator R
into a Perlin noise oscillator.
This changes the color of the noise and the waveform (examples added to my article about noise types). It can be combined with any other mode.
Language changes:
- Signal generator types.
R
modem
flags:
- Add
p
(Perlin noise mode) to reshape the waveform for
1D Perlin noise, combinable with all noise functions and
other flags.- Change updating of flags when adjusting mode; now every
flag set is kept until setting a function, which clears
old flags. Before, any change to mode cleared old flags.
(Makes especially the use of parameter.a
less clunky.)
Also fixm.a... ma
, now handled likema.a...
.- Line types.
- Add
smo
(Smoothstep degree 5),
a sinuous curve traditionally used for Perlin noise.- Seed parameter. Make
s
recognize the same numerical
constants asp
(phase), currentlyG
.
Statistics: Posted by joelkp — Wed Oct 02, 2024 2:08 pm