Revise DCMeter doc changes

This commit is contained in:
cjwit 2020-10-25 19:39:14 -04:00
parent cb14344b8f
commit fb4904da65

View file

@ -4,9 +4,7 @@ import { MeterBase, MeterBaseOptions } from "./MeterBase";
export type DCMeterOptions = MeterBaseOptions;
/**
* DCMeter gets the raw value of the input signal's waveform amplitude
* at the current time and displays it as a value between 0 and 1.
* See also {@link Meter}.
* DCMeter gets the raw value of the input signal at the current time. See also {@link Meter}.
*
* @example
* const meter = new Tone.DCMeter();