From 4814696d4daa0fe7bcde3d3892af3679ebc870c4 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 31 Mar 2014 12:49:19 +0100 Subject: [PATCH] Added some documentation. --- .../processors/juce_AudioPluginInstance.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h b/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h index 877a9a346b..b7c7b7dc37 100644 --- a/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h +++ b/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h @@ -33,6 +33,10 @@ This derives from the AudioProcessor class, and adds some extra functionality that helps when wrapping dynamically loaded plugins. + This class is not needed when writing plugins, and you should never need to derive + your own sub-classes from it. The plugin hosting classes use it internally and will + return AudioPluginInstance objects which wrap external plugins. + @see AudioProcessor, AudioPluginFormat */ class JUCE_API AudioPluginInstance : public AudioProcessor