mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
fixed deps
This commit is contained in:
parent
2f46a0f50a
commit
be9ad6ee5f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["Tone/core/Tone", "Tone/core/Transport", "Tone/signal/Signal", "Tone/source/Source"],
|
||||
define(["Tone/core/Tone", "Tone/signal/Signal", "Tone/source/Source"],
|
||||
function(Tone){
|
||||
|
||||
/**
|
||||
|
@ -17,6 +17,7 @@ function(Tone){
|
|||
* @type {OscillatorNode}
|
||||
*/
|
||||
this.oscillator = this.context.createOscillator();
|
||||
|
||||
/**
|
||||
* the frequency control signal
|
||||
* @type {Tone.Signal}
|
||||
|
|
Loading…
Reference in a new issue