Skip to content

Commit

Permalink
refactor(dsp): remove obsolete classes
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove obsolete Oscillator/AMFMOscillator
(superceded by osc()/modOsc())
  • Loading branch information
postspectacular committed Jan 12, 2020
1 parent 5055a21 commit aa24c1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion packages/dsp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * from "./api";
export * from "./delay";
export * from "./fft";
export * from "./lfo";
export * from "./osc";

export * from "./gen/add";
export * from "./gen/addg";
Expand Down
71 changes: 0 additions & 71 deletions packages/dsp/src/osc.ts

This file was deleted.

0 comments on commit aa24c1e

Please sign in to comment.