mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
commit
1dcc045fb5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ interface PartOptions<T> extends Omit<ToneEventOptions<CallbackType<T>>, "value"
|
|||
* // the notes given as the second element in the array
|
||||
* // will be passed in as the second argument
|
||||
* synth.triggerAttackRelease(note, "8n", time);
|
||||
* }), [[0, "C2"], ["0:2", "C3"], ["0:3:2", "G2"]]);
|
||||
* }), [[0, "C2"], ["0:2", "C3"], ["0:3:2", "G2"]]).start(0);
|
||||
* Tone.Transport.start();
|
||||
* @example
|
||||
* const synth = new Tone.Synth().toDestination();
|
||||
|
|
Loading…
Reference in a new issue