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. | |
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().