Make callGUI more generic and move it to globals.h. Readme change.
This commit is contained in:
@ -80,11 +80,13 @@ public:
|
||||
std::unique_ptr<PropertiesFile> m_props_file;
|
||||
};
|
||||
|
||||
class PaulstretchpluginAudioProcessorEditor;
|
||||
|
||||
class PaulstretchpluginAudioProcessor : public AudioProcessor,
|
||||
public MultiTimer
|
||||
{
|
||||
public:
|
||||
|
||||
using EditorType = PaulstretchpluginAudioProcessorEditor;
|
||||
PaulstretchpluginAudioProcessor();
|
||||
~PaulstretchpluginAudioProcessor();
|
||||
|
||||
|
Reference in New Issue
Block a user