fixes to avoid dreadfull thread races and deletion crashes related to the pluin EQ GUI

git-svn-id: svn://localhost/ardour2/branches/3.0@9378 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-19 16:05:28 +00:00
parent 480986bb60
commit baa4de40ed
4 changed files with 92 additions and 79 deletions

View file

@ -40,6 +40,9 @@ public:
PluginEqGui (boost::shared_ptr<ARDOUR::PluginInsert>);
~PluginEqGui ();
void start_listening ();
void stop_listening ();
private:
// Setup
void set_buffer_size (uint32_t, uint32_t);