From 7b9ff97ff2ee3a828239f8206bdb3a7ac0534325 Mon Sep 17 00:00:00 2001 From: nathan411 <114856252+nathan411@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:51:40 +0100 Subject: [PATCH] Docs: Fixed typo in juce::SamplerSound documentation (SampledSound -> SamplerSound) --- modules/juce_audio_formats/sampler/juce_Sampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_formats/sampler/juce_Sampler.h b/modules/juce_audio_formats/sampler/juce_Sampler.h index 01b9332f19..4ab1661d39 100644 --- a/modules/juce_audio_formats/sampler/juce_Sampler.h +++ b/modules/juce_audio_formats/sampler/juce_Sampler.h @@ -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