1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Fixed typo in juce::SamplerSound documentation (SampledSound -> SamplerSound)

This commit is contained in:
nathan411 2025-11-13 18:51:40 +01:00 committed by reuk
parent a3f81eb2fb
commit 7b9ff97ff2
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ namespace juce
into memory. into memory.
To use it, create a Synthesiser, add some SamplerVoice objects to it, then 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 @see SamplerVoice, Synthesiser, SynthesiserSound