mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
doc'ing
This commit is contained in:
parent
858c815640
commit
1dd36570d3
1 changed files with 3 additions and 3 deletions
|
@ -418,7 +418,7 @@ define(function(){
|
|||
|
||||
/**
|
||||
* connect together all of the arguments in series
|
||||
* @param {...AudioParam|Tone|AudioNode}
|
||||
* @param {...AudioParam|Tone|AudioNode} nodes
|
||||
* @returns {Tone} this
|
||||
*/
|
||||
Tone.prototype.connectSeries = function(){
|
||||
|
@ -435,7 +435,7 @@ define(function(){
|
|||
|
||||
/**
|
||||
* fan out the connection from the first argument to the rest of the arguments
|
||||
* @param {...AudioParam|Tone|AudioNode}
|
||||
* @param {...AudioParam|Tone|AudioNode} nodes
|
||||
* @returns {Tone} this
|
||||
*/
|
||||
Tone.prototype.connectParallel = function(){
|
||||
|
@ -471,7 +471,7 @@ define(function(){
|
|||
|
||||
/**
|
||||
* connect the output of this node to the rest of the nodes in parallel.
|
||||
* @param {...AudioParam|Tone|AudioNode}
|
||||
* @param {...AudioParam|Tone|AudioNode} nodes
|
||||
* @returns {Tone} this
|
||||
*/
|
||||
Tone.prototype.fan = function(){
|
||||
|
|
Loading…
Reference in a new issue