JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Classes | Functions
juce_StandaloneFilterWindow.h File Reference

Classes

class  StandaloneFilterWindow
 A class that can be used to run a simple standalone application containing your filter. More...

Functions

AudioProcessor *JUCE_CALLTYPE createPluginFilter ()
 Somewhere in the codebase of your plugin, you need to implement this function and make it create an instance of the filter subclass that you're building.

Function Documentation

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

Referenced by StandaloneFilterWindow::resetFilter(), and StandaloneFilterWindow::StandaloneFilterWindow().