All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.25 (2020-07-17)
Note: Version bump only for package @thi.ng/dsp
2.0.24 (2020-07-08)
Note: Version bump only for package @thi.ng/dsp
2.0.23 (2020-07-08)
Note: Version bump only for package @thi.ng/dsp
2.0.22 (2020-07-04)
Note: Version bump only for package @thi.ng/dsp
2.0.21 (2020-07-02)
Note: Version bump only for package @thi.ng/dsp
2.0.20 (2020-06-20)
Note: Version bump only for package @thi.ng/dsp
2.0.19 (2020-06-14)
Note: Version bump only for package @thi.ng/dsp
2.0.18 (2020-06-01)
Note: Version bump only for package @thi.ng/dsp
2.0.17 (2020-06-01)
Note: Version bump only for package @thi.ng/dsp
2.0.16 (2020-05-29)
Note: Version bump only for package @thi.ng/dsp
2.0.0 (2020-01-24)
- dsp: remove obsolete classes (aa24c1e)
- dsp: add DelayLine (bd25cd7)
- dsp: add fft, spectrum and window fns, add tests (f918af4)
- dsp: add filters, refactor, update pkg/docs/readme (7758609)
- dsp: add gen/proc composition ops, restructure (8be2a5f)
- dsp: add LFO sin/cos iterator/osc, minor refactor window fns (dc89204)
- dsp: add missing factory fns, update docstrings (3ede5af)
- dsp: add new operators (68a88e4)
- dsp: add sweep(), move curve(), minor refactor (0b24d80)
- dsp: add/rename oscillators (8a826bf)
- dsp: add/update FFT fns, test, update docs (1ac9508)
- dsp: add/update filters, filter resp, delay (2854b09)
- dsp: import gen & proc nodes, general pkg restructure (a85c3cf)
- dsp: update ADSR, add ADSROpts, auto-release (16f41ec)
- dsp: update all gens/procs, housekeeping, docs (e483245)
- dsp: update DelayLine ctor, freqBin, update pkg (228a81e)
- dsp: update gens to support clamping (fe8f6f3)
- dsp: remove obsolete Oscillator/AMFMOscillator (superceded by osc()/modOsc())
1.0.10 (2019-04-26)
- dsp: fix tri() oscillator for negative phases (c67c733)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.