Public Member Functions | List of all members
PluginParameterAudioProcessor Class Reference

This AudioProcessor subclass removes some annoying virtual methods and allows PluginParameter objects to communicate with the host. More...

Inheritance diagram for PluginParameterAudioProcessor:
FrontendProcessor

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.
 

Detailed Description

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.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.