JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_CreatePluginFilter.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 juce
 

Functions

juce::AudioProcessorcreatePluginFilter ()
 Somewhere in the codebase of your plugin, you need to implement this function and make it return a new instance of the filter subclass that you're building. More...
 
AudioProcessor * juce::createPluginFilterOfType (AudioProcessor::WrapperType type)
 

Function Documentation

◆ createPluginFilter()

juce::AudioProcessor* createPluginFilter ( )

Somewhere in the codebase of your plugin, you need to implement this function and make it return a new instance of the filter subclass that you're building.

Referenced by juce::createPluginFilterOfType().