Measure and control output signal:
- Add level-meter
@synhtlet/level-meter - Add lookahead-limiter
@synthlet/lookahead-limiter
- Granite effect module
@synthlet/granite
- VirtualAnalogFilter effect module
@synthlet/virtual-analog-filter
- ReverbDelay effect module
@synthlet/reverb-delay
- KarplusStrong module
@synthlet/karplus-strong
- Add
detuneparameter to Polyblep oscillator
- State Variable Filter improvements:
- It uses a better algorithm (by Andrew Simper and Freq Anton Corvest)
frequencyis now a a-rate parameter suitable for modulation- Renamed
resonancetoQto match Web Audio API standard
- New chorus
@synthlet/chorus
- New arpeggiator
@synthlet/arppackage
- New reverb
@synthlet/dattorro-reverb - Function
registerSynthletrenamed 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