mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
GH-894: Correct 'Karplus-String' typo (fixes #894).
This commit is contained in:
parent
90c80d1d9e
commit
be22ab8a24
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export interface PluckSynthOptions extends InstrumentOptions {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Karplus-String string synthesis.
|
* Karplus-Strong string synthesis.
|
||||||
* @example
|
* @example
|
||||||
* const plucky = new Tone.PluckSynth().toDestination();
|
* const plucky = new Tone.PluckSynth().toDestination();
|
||||||
* plucky.triggerAttack("C4", "+0.5");
|
* plucky.triggerAttack("C4", "+0.5");
|
||||||
|
|
Loading…
Reference in a new issue