MCPcopy
hub / github.com/Tonejs/Tone.js / constructor

Method constructor

Tone/component/analysis/DCMeter.ts:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23 constructor(options?: Partial<DCMeterOptions>);
24 constructor() {
25 super(optionsFromArguments(DCMeter.getDefaults(), arguments));
26
27 this._analyser.type = "waveform";
28 this._analyser.size = 256;
29 }
30
31 /**
32 * Get the signal value of the incoming signal

Callers

nothing calls this directly

Calls 2

optionsFromArgumentsFunction · 0.90
getDefaultsMethod · 0.45

Tested by

no test coverage detected