mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
updating docs
This commit is contained in:
parent
6c67ebd9ec
commit
65b98d9923
1 changed files with 3 additions and 1 deletions
|
@ -79,7 +79,7 @@ export class MetalSynth extends Monophonic<MetalSynthOptions> {
|
|||
/**
|
||||
* The envelope which is connected both to the
|
||||
* 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;
|
||||
|
||||
|
@ -221,6 +221,8 @@ export class MetalSynth extends Monophonic<MetalSynthOptions> {
|
|||
/**
|
||||
* The lower level of the highpass filter which is attached to the envelope.
|
||||
* This value should be between [0, 7000]
|
||||
* @min 0
|
||||
* @max 7000
|
||||
*/
|
||||
get resonance(): Frequency {
|
||||
return this._filterFreqScaler.min;
|
||||
|
|
Loading…
Reference in a new issue