mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 03:23:11 +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
|
||||
* const plucky = new Tone.PluckSynth().toDestination();
|
||||
* plucky.triggerAttack("C4", "+0.5");
|
||||
|
|
Loading…
Reference in a new issue