Make callGUI more generic and move it to globals.h. Readme change.

This commit is contained in:
xenakios
2018-01-05 17:49:54 +02:00
parent 04a6fc33cc
commit a24d5c8c81
4 changed files with 17 additions and 15 deletions

View File

@ -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();