- Granite effect module
@synthlet/granite
- VirtualAnalogFilter effect module
@synthlet/virtual-analog-filter
- ReverbDelay effect module
@synthlet/reverb-delay
- KarplusStrong source module
@synthlet/karplus-strong
- Add
detune
parameter to Polyblep oscillator
- State Variable Filter improvements:
- It uses a better algorithm (by Andrew Simper and Freq Anton Corvest)
frequency
is now a a-rate parameter suitable for modulation- Renamed
resonance
toQ
to match Web Audio API standard
- New chorus
@synthlet/chorus
- New arpeggiator
@synthlet/arp
package
- New reverb
@synthlet/dattorro-reverb
- Function
registerSynthlet
renamed toregisterAllWorklets
-
Initial release of the following modules:
- @synthlet/param@0.1.0
- @synthlet/ad@0.1.0
- @synthlet/adsr@0.1.0
- @synthlet/chorus-t@0.1.0
- @synthlet/clip-amp@0.1.0
- @synthlet/clock@0.1.0
- @synthlet/euclid@0.1.0
- @synthlet/impulse@0.1.0
- @synthlet/lfo@0.1.0
- @synthlet/noise@0.1.0
- @synthlet/polyblep-oscillator@0.1.0
- @synthlet/state-variable-filter@0.1.0
- @synthlet/wavetable-oscillator@0.1.0
Initial implementation of:
- ADSR
- White Noise
- State Variable Filter
- Wavetable Oscillator