mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
480986bb60
commit
baa4de40ed
4 changed files with 92 additions and 79 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue