mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
extends AudioNode
This commit is contained in:
parent
76b685698f
commit
ca5dccf1cb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ define(["Tone/core/Tone", "Tone/source/Player", "Tone/component/Volume", "Tone/c
|
|||
var args = Array.prototype.slice.call(arguments);
|
||||
args.shift();
|
||||
var options = Tone.defaults(args, ["onload"], Tone.Players);
|
||||
Tone.call(this);
|
||||
Tone.AudioNode.call(this, options);
|
||||
|
||||
/**
|
||||
* The output volume node
|
||||
|
|
Loading…
Reference in a new issue