extends AudioNode

This commit is contained in:
tambien 2018-07-30 13:30:21 -04:00
parent 76b685698f
commit ca5dccf1cb

View file

@ -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