|
|
|
@@ -32,7 +32,7 @@ extern AudioProcessor* JUCE_CALLTYPE createPluginFilter(); |
|
|
|
A class that can be used to run a simple standalone application containing your filter.
|
|
|
|
|
|
|
|
Just create one of these objects in your JUCEApplicationBase::initialise() method, and
|
|
|
|
let it do its work. It will create your filter object using the same createFilter() function
|
|
|
|
let it do its work. It will create your filter object using the same createPluginFilter() function
|
|
|
|
that the other plugin wrappers use.
|
|
|
|
*/
|
|
|
|
class StandaloneFilterWindow : public DocumentWindow,
|
|
|
|
|