mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-14 15:57:08 +00:00
Revise DCMeter doc changes
This commit is contained in:
parent
cb14344b8f
commit
fb4904da65
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue