mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 04:43:54 +00:00
fixing example
This commit is contained in:
parent
f05775b964
commit
94c3844fe2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export interface ToneOscillatorInterface {
|
|||
* osc.detune.setValueAtTime(-1200, Tone.now());
|
||||
* osc.detune.setValueAtTime(1200, Tone.now() + 0.5);
|
||||
* osc.detune.linearRampToValueAtTime(0, Tone.now() + 1);
|
||||
* osc.stop(now() + 1.5);
|
||||
* osc.stop(Tone.now() + 1.5);
|
||||
*/
|
||||
readonly detune: Signal<"cents">;
|
||||
|
||||
|
|
Loading…
Reference in a new issue