mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
fixed AutoWah deps
This commit is contained in:
parent
2cabd2bd3e
commit
176cd0d563
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
define(["Tone/core/Tone", "Tone/component/Follower", "Tone/signal/ScaleExp", "Tone/effect/Effect"], function(Tone){
|
define(["Tone/core/Tone", "Tone/component/Follower", "Tone/signal/ScaleExp",
|
||||||
|
"Tone/effect/Effect", "Tone/component/Filter"],
|
||||||
|
function(Tone){
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue