Namespaces | |
juce | |
Functions | |
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. More... | |
AudioProcessor * | juce::createPluginFilterOfType (AudioProcessor::WrapperType type) |
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().