summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-15 04:30:11 +0200
committerRobin Gareus <robin@gareus.org>2018-08-15 05:32:57 +0200
commit61d26e5678de2738120c5be9832d4e9c480d3c47 (patch)
treeed6fd217c6234ad9c64d38a43e06e31e4bb8ad3a /gtk2_ardour/plugin_ui.h
parent75f84970b2b337380226f6a9d6e268fa0cc93dc5 (diff)
Draw Plugin DSP load bargraph
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 7156f57129..b3420f2924 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -78,6 +78,7 @@ namespace ArdourWidgets {
class LatencyGUI;
class ArdourWindow;
class PluginEqGui;
+class PluginLoadStatsGui;
class VSTPluginUI;
class PlugUIBase : public virtual sigc::trackable, public PBD::ScopedConnectionList
@@ -151,17 +152,13 @@ protected:
ArdourWidgets::ArdourButton automation_touch_all_button;
/** a button which sets all controls' automation setting to Latch */
ArdourWidgets::ArdourButton automation_latch_all_button;
- /** */
- Gtk::Label cpuload_label;
void set_latency_label ();
- void update_cpu_label ();
- sigc::connection update_cpu_label_connection;
-
LatencyGUI* latency_gui;
ArdourWindow* latency_dialog;
PluginEqGui* eqgui;
+ PluginLoadStatsGui* stats_gui;
Gtk::Image* focus_out_image;
Gtk::Image* focus_in_image;