This AudioProcessor subclass removes some annoying virtual methods and allows PluginParameter objects to communicate with the host. More...
Public Member Functions | |
PluginParameterAudioProcessor (const String &name_="Untitled") | |
You have to create and add all PluginParameters here in order to ensure compatibility with most hosts. | |
This AudioProcessor subclass removes some annoying virtual methods and allows PluginParameter objects to communicate with the host.
The following methods are overwritten:
Also a CPU meter is implemented, which can be read with getCpuUsage()
See PluginParameterTestAudioProcessor for an example implementation of this abstract class.