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