Skip to content

Latest commit

 

History

History
119 lines (69 loc) · 5.86 KB

CHANGELOG.md

File metadata and controls

119 lines (69 loc) · 5.86 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.1 (2021-01-02)

Note: Version bump only for package @thi.ng/dsp

3.0.0 (2020-12-22)

Code Refactoring

  • adjacency: fix #256 replace enums w/ type aliases (b9cfacb)

Features

  • dsp: add applyWindow(), windowBartlett() (d51a17c)
  • dsp: add cos() stateless oscillator (276c6b7)
  • dsp: add power & integral fns (88edaac)
  • dsp: add windowWelch(), add docs (84cd476)
  • dsp: add/update power & integral fns (f455fad)
  • dsp: add/update various FFT & spectrum fns (fix #258) (e351acb)

BREAKING CHANGES

  • adjacency: replace filter type enums w/ type aliases
  • FilterType
  • BiquadType
  • SVFType
  • OnepoleType
  • dsp: new args for normalizeFFT(),denormalizeFFT(), spectrumPow()
  • add support for windowing adjustments in above functions
  • add thresholdFFT()
  • add copyComplex()
  • update various real/complex checks using isComplex()
  • update docs, add references

2.1.0 (2020-08-28)

Features

  • dsp: add iterable() wrapper (94fb8ed)

2.0.0 (2020-01-24)

Code Refactoring

  • dsp: remove obsolete classes (aa24c1e)

Features

  • 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)

BREAKING CHANGES

  • dsp: remove obsolete Oscillator/AMFMOscillator (superceded by osc()/modOsc())

1.0.10 (2019-04-26)

Bug Fixes

  • dsp: fix tri() oscillator for negative phases (c67c733)

1.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • 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.

0.1.0 (2018-10-17)

Features

  • dsp: add oscillators as @thi.ng/dsp package (from synstack / VEX) (889730f)