updating docs

This commit is contained in:
Yotam Mann 2019-09-12 15:52:57 -04:00
parent 6c67ebd9ec
commit 65b98d9923

View file

@ -79,7 +79,7 @@ export class MetalSynth extends Monophonic<MetalSynthOptions> {
/** /**
* The envelope which is connected both to the * The envelope which is connected both to the
* amplitude and a highpass filter's cutoff frequency. * amplitude and a highpass filter's cutoff frequency.
* The lower-limit of the filter is controlled by the [[#resonance]] * The lower-limit of the filter is controlled by the [[resonance]]
*/ */
readonly envelope: Envelope; readonly envelope: Envelope;
@ -221,6 +221,8 @@ export class MetalSynth extends Monophonic<MetalSynthOptions> {
/** /**
* The lower level of the highpass filter which is attached to the envelope. * The lower level of the highpass filter which is attached to the envelope.
* This value should be between [0, 7000] * This value should be between [0, 7000]
* @min 0
* @max 7000
*/ */
get resonance(): Frequency { get resonance(): Frequency {
return this._filterFreqScaler.min; return this._filterFreqScaler.min;