summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_eq_gui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-19 16:05:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-19 16:05:28 +0000
commitbaa4de40ed5e251ad3b5807ec84f18323d511679 (patch)
tree913595810628e44541828f9ff6b517c6fd529a9d /gtk2_ardour/plugin_eq_gui.h
parent480986bb603dd4465ecc083d930b392f1ea8f1d4 (diff)
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
Diffstat (limited to 'gtk2_ardour/plugin_eq_gui.h')
-rw-r--r--gtk2_ardour/plugin_eq_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_eq_gui.h b/gtk2_ardour/plugin_eq_gui.h
index e38bc8e8f7..ebe54cb320 100644
--- a/gtk2_ardour/plugin_eq_gui.h
+++ b/gtk2_ardour/plugin_eq_gui.h
@@ -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);