mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
exporting new effects
This commit is contained in:
parent
c9f7ac47b1
commit
974ee57353
1 changed files with 2 additions and 0 deletions
|
@ -10,7 +10,9 @@ export * from "./FrequencyShifter";
|
|||
export * from "./Freeverb";
|
||||
export * from "./JCReverb";
|
||||
export * from "./PingPongDelay";
|
||||
export * from "./PitchShift";
|
||||
export * from "./Phaser";
|
||||
export * from "./Reverb";
|
||||
export * from "./StereoWidener";
|
||||
export * from "./Tremolo";
|
||||
export * from "./Vibrato";
|
||||
|
|
Loading…
Reference in a new issue