mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
remove unnecessary whitespace after comment
This commit is contained in:
parent
4ad7b24582
commit
0346ca0c09
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ export class PolySynth<Voice extends Monophonic<any> = Synth> extends Instrument
|
||||||
* @example
|
* @example
|
||||||
* const poly = new Tone.PolySynth(Tone.AMSynth).toDestination();
|
* const poly = new Tone.PolySynth(Tone.AMSynth).toDestination();
|
||||||
* poly.triggerAttack(["Ab3", "C4", "F5"]);
|
* poly.triggerAttack(["Ab3", "C4", "F5"]);
|
||||||
* // trigger the release of the given notes.
|
* // trigger the release of the given notes.
|
||||||
* poly.triggerRelease(["Ab3", "C4"], "+1");
|
* poly.triggerRelease(["Ab3", "C4"], "+1");
|
||||||
* poly.triggerRelease("F5", "+3");
|
* poly.triggerRelease("F5", "+3");
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue