release candidate 2 with updated docs

This commit is contained in:
Yotam Mann 2014-09-23 22:07:55 -04:00
parent e0228e38d8
commit 097230b9c8

View file

@ -7218,14 +7218,14 @@ function(Tone){
/** /**
* the allpass filters on the left * the allpass filters on the left
* @type {Array.<BiqaudFilterNode} * @type {Array.<BiqaudFilterNode>}
* @private * @private
*/ */
this._allpassFiltersL = []; this._allpassFiltersL = [];
/** /**
* the allpass filters on the right * the allpass filters on the right
* @type {Array.<BiqaudFilterNode} * @type {Array.<BiqaudFilterNode>}
* @private * @private
*/ */
this._allpassFiltersR = []; this._allpassFiltersR = [];
@ -7895,7 +7895,7 @@ define('Tone/instrument/Monophonic',["Tone/core/Tone", "Tone/instrument/Instrume
* *
* @constructor * @constructor
* @abstract * @abstract
* @extends {Tone} * @extends {Tone.Instrument}
*/ */
Tone.Monophonic = function(options){ Tone.Monophonic = function(options){