Request: AudioFilterBase::destroyEditor()

It would be nice to have an equivalent of createEditor() called destroyEditor() in the AudioFilterBase, so the AudioFilterBase inherited class could take some action before destroying/deleting the Editor definately.

Can’t you just do that in your editor’s destructor?

Ofcourse, one can do that. Just thought it could be a nice add.