mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-28 12:33:12 +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;
|
export type DCMeterOptions = MeterBaseOptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DCMeter gets the raw value of the input signal's waveform amplitude
|
* DCMeter gets the raw value of the input signal at the current time. See also {@link Meter}.
|
||||||
* at the current time and displays it as a value between 0 and 1.
|
|
||||||
* See also {@link Meter}.
|
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* const meter = new Tone.DCMeter();
|
* const meter = new Tone.DCMeter();
|
||||||
|
|
Loading…
Reference in a new issue