mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
updating example
This commit is contained in:
parent
2e8e52ac2e
commit
28bf547959
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ export abstract class ToneWithContext<Options extends ToneWithContextOptions> ex
|
|||
* @example
|
||||
* import { Oscillator } from "tone";
|
||||
* const osc = new Oscillator();
|
||||
* osc.get();
|
||||
* console.log(osc.get());
|
||||
* // returns {"type" : "sine", "frequency" : 440, ...etc}
|
||||
*/
|
||||
get(): Options {
|
||||
|
|
Loading…
Reference in a new issue