mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
release candidate 2 with updated docs
This commit is contained in:
parent
e0228e38d8
commit
097230b9c8
1 changed files with 3 additions and 3 deletions
|
@ -7218,14 +7218,14 @@ function(Tone){
|
|||
|
||||
/**
|
||||
* the allpass filters on the left
|
||||
* @type {Array.<BiqaudFilterNode}
|
||||
* @type {Array.<BiqaudFilterNode>}
|
||||
* @private
|
||||
*/
|
||||
this._allpassFiltersL = [];
|
||||
|
||||
/**
|
||||
* the allpass filters on the right
|
||||
* @type {Array.<BiqaudFilterNode}
|
||||
* @type {Array.<BiqaudFilterNode>}
|
||||
* @private
|
||||
*/
|
||||
this._allpassFiltersR = [];
|
||||
|
@ -7895,7 +7895,7 @@ define('Tone/instrument/Monophonic',["Tone/core/Tone", "Tone/instrument/Instrume
|
|||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {Tone}
|
||||
* @extends {Tone.Instrument}
|
||||
*/
|
||||
Tone.Monophonic = function(options){
|
||||
|
||||
|
|
Loading…
Reference in a new issue