Releases: danielmkarlsson/SuperClean
v0.1.3.4
This is the latest stable release.
This release adds significant optimizations by @redFrik
who also added the ability to read samples from disk with
~clean.csf("~/snd/lng");
This makes a huge difference. No more running out of RAM.
Go team Music of Long Duration!
Also:
• Updated examples
• New \blp
synth
• superclean-parameters.scd
now explicitly states value ranges and lists global effects separately.
v0.1.3.3
This release enabled click-free control over the global gain parameters found in \tnh
and \dfm
.
v0.1.3.2
This release extended the range of the ring modulator so that it can do amplitude modulation.
v0.1.3.1
This release added the new aux based global effect jpr which is a reverb based on JPverb which is a reverb that has its own particular sound. I like this reverb's ability to change a lot of its parameters on a dime. I find it to be quite responsive. I also added a tanh clipping stage before the reverb which will let you add a subtle boost to suit your input material, or, you could alternatively use it to really trash everything up and overwhelm the reverb, resulting in chonky / fizzy mayhem. It's up to you.
v0.1.3.0
This release added the aux based global effect dfm
which is a Stereo distortion based on DFM1 which is a digitally modelled analog filter which has this super gnarly non-linear way of distorting. Watch your playback settings with this one because it is, in my opinion, extremely loud sounding.
v0.1.2.9
This release added the new parameter flp
.
flp
: Flips the channels in a Stereo sound. Left becomes right and vice versa. Range is 0 or 1, where 0 is unaffected and 1 is flipped.
v0.1.2.8
This release added the new parameter crt
.
crt
: Curvature for the release part of the amplitude envelope.
This makes fading out events a whole lot smoother.
v0.1.2.7
This release added these new parameters to all synths:
bnd: Pitch bend.
bnt: Pitch bend time (now decoupled from sustain).
bno: Offset the time at which the pitch bend begins.
bnc: Pitch bend curvature.
v0.1.2.6
This release added these new parameters to the \bow synth:
gst: Gesture (envelope curvature).
idc: Inverse of DC decay time.
hfl: High frequency loss factor.
smp: String impedance.
ihf: Inharmonicity factor.
bnd: Pitch bend.
bnt: Pitch bend time.
bno: Offset the time at which the pitch bend begins.
bnc: Pitch bend curvature.
v0.1.2.5
This release added the hai
parameter to the hal reverb.