1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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

This commit is contained in:
nathan411 2025-11-13 18:51:40 +01:00
parent 2efd3e0661
commit 6987f055dd

View file

@ -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