summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 16:55:25 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 18:03:31 +0100
commitd3561e8cf1d5a289ff2ce4a26e4a970437a812d5 (patch)
tree2383de628f8f1afe820fdd81dd5780f585f93717 /src/Patchage.hpp
parent86ce5ca10998fbeb3e9841cb2307caf00373b946 (diff)
downloadpatchage-d3561e8cf1d5a289ff2ce4a26e4a970437a812d5.tar.gz
patchage-d3561e8cf1d5a289ff2ce4a26e4a970437a812d5.tar.bz2
patchage-d3561e8cf1d5a289ff2ce4a26e4a970437a812d5.zip
Remove flaky DSP load meter
This never worked particularly well, and the underlying API is more or less useless with Jack 2. So, just replace it with a dropout counter.
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index a6cfec0..c48ff05 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -30,7 +30,6 @@
#include <gtkmm/menubar.h>
#include <gtkmm/menuitem.h>
#include <gtkmm/paned.h>
-#include <gtkmm/progressbar.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/textview.h>
#include <gtkmm/toolbar.h>
@@ -195,7 +194,7 @@ protected:
Widget<Gtk::MenuItem> _menu_normal_font_size;
Widget<Gtk::Toolbar> _toolbar;
Widget<Gtk::ToolButton> _clear_load_but;
- Widget<Gtk::ProgressBar> _xrun_progress;
+ Widget<Gtk::Label> _dropouts_label;
Widget<Gtk::ComboBox> _buf_size_combo;
Widget<Gtk::Label> _latency_label;
Widget<Gtk::Alignment> _legend_alignment;