2 ==============================================================================
4 This file was auto-generated by the Jucer!
6 It contains the basic startup code for a Juce application.
8 ==============================================================================
17 //==============================================================================
20 class EDITORCLASSNAME
: public AudioProcessorEditor
23 EDITORCLASSNAME (FILTERCLASSNAME
* ownerFilter
);
26 //==============================================================================
27 // This is just a standard Juce paint method...
28 void paint (Graphics
& g
);