20 #ifndef SPAOPEDITORCOMPONENT_H_INCLUDED
21 #define SPAOPEDITORCOMPONENT_H_INCLUDED
24 #include "JuceHeader.h"
26 namespace wonderjuce {
69 #endif // SPAOPEDITORCOMPONENT_H_INCLUDED
SpaopEditorComponent(SpaopAudioProcessor *ownerFilter)
Constructor.
Definition: SpaopEditorComponent.cpp:24
An abstract class for GUI subcomponents of the SpaopAudioProcessorEditor.
Definition: SpaopEditorComponent.h:37
The SPAOP-plugin's processor class.
Definition: PluginProcessor.h:42
virtual void update()=0
To be called by the main SpaopAudioProcessorEditor to make this component update its values to the cu...
virtual ~SpaopEditorComponent()
Destructor.
Definition: SpaopEditorComponent.cpp:29
SpaopAudioProcessor * getProcessor() const
Returns the SpaopAudioProcessor controlled by this editor component.
Definition: SpaopEditorComponent.cpp:33