From e7136b57f2fe2b05b48e1cf5d9b6f382d3936d8e Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Tue, 7 May 2019 17:11:32 +0100 Subject: [PATCH] Updated the AudioFormatManager::registerBasicFormats documentation --- modules/juce_audio_formats/format/juce_AudioFormatManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/juce_audio_formats/format/juce_AudioFormatManager.h b/modules/juce_audio_formats/format/juce_AudioFormatManager.h index 1a618aaaee..610b749e68 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatManager.h +++ b/modules/juce_audio_formats/format/juce_AudioFormatManager.h @@ -66,7 +66,8 @@ public: bool makeThisTheDefaultFormat); /** Handy method to make it easy to register the formats that come with JUCE. - Currently, this will add WAV and AIFF to the list. + This will add WAV and AIFF to the list, along with any other formats enabled + in either the Projucer or your application's AppConfig.h. */ void registerBasicFormats();