Mark plugin dirty when changing spectral module order or module enabled state. Readme change.

This commit is contained in:
xenakios
2018-02-09 13:02:10 +02:00
parent aed9e459cf
commit b8c70ddd30
3 changed files with 10 additions and 1 deletions

View File

@ -147,6 +147,7 @@ public:
void mouseDrag(const MouseEvent& ev) override;
void mouseUp(const MouseEvent& ev) override;
std::function<void(int)> ModuleSelectedCallback;
std::function<void(void)> ModuleOrderOrEnabledChangedCallback;
private:
StretchAudioSource * m_src = nullptr;
bool m_did_drag = false;