mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-08 23:24:19 +00:00
Docs: Fixed typo in juce::SamplerSound documentation (SampledSound -> SamplerSound)
This commit is contained in:
parent
a3f81eb2fb
commit
7b9ff97ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace juce
|
|||
into memory.
|
||||
|
||||
To use it, create a Synthesiser, add some SamplerVoice objects to it, then
|
||||
give it some SampledSound objects to play.
|
||||
give it some SamplerSound objects to play.
|
||||
|
||||
@see SamplerVoice, Synthesiser, SynthesiserSound
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue