mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
updating numberOfInputs/Outputs docs
[skip ci]
This commit is contained in:
parent
a1a4ad81c3
commit
18d9802dd9
1 changed files with 2 additions and 0 deletions
|
@ -665,6 +665,7 @@ define(function(){
|
|||
* The number of inputs feeding into the AudioNode.
|
||||
* For source nodes, this will be 0.
|
||||
* @memberOf Tone#
|
||||
* @type {Number}
|
||||
* @name numberOfInputs
|
||||
* @readOnly
|
||||
*/
|
||||
|
@ -686,6 +687,7 @@ define(function(){
|
|||
* The number of outputs coming out of the AudioNode.
|
||||
* For source nodes, this will be 0.
|
||||
* @memberOf Tone#
|
||||
* @type {Number}
|
||||
* @name numberOfInputs
|
||||
* @readOnly
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue