Add output description and example link to Meter

This commit is contained in:
cjwit 2020-10-23 13:42:01 -04:00
parent ece5d1444e
commit 7799b0ede4

View file

@ -14,6 +14,9 @@ export interface MeterOptions extends MeterBaseOptions {
/**
* Meter gets the [RMS](https://en.wikipedia.org/wiki/Root_mean_square)
* of an input signal. It can also get the raw value of the input signal.
* Setting `normalRange` to `true` will covert the output to a range of
* 0-1. See an example using a graphical display
* [here](https://tonejs.github.io/examples/meter).
*
* @example
* const meter = new Tone.Meter();