mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 03:23:11 +00:00
fixed triggerAttack doc typos
This commit is contained in:
parent
51f97dd9e8
commit
25082eb396
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ export abstract class Instrument<Options extends InstrumentOptions> extends Tone
|
|||
/**
|
||||
* Start the instrument's note.
|
||||
* @param note the note to trigger
|
||||
* @param time the time to trigger the ntoe
|
||||
* @param velocity the velocity to trigger the note (betwee 0-1)
|
||||
* @param time the time to trigger the note
|
||||
* @param velocity the velocity to trigger the note (between 0-1)
|
||||
*/
|
||||
abstract triggerAttack(note: Frequency, time?: Time, velocity?: NormalRange): this;
|
||||
private _original_triggerAttack = this.triggerAttack;
|
||||
|
|
Loading…
Reference in a new issue