summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.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/JackDbusDriver.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/JackDbusDriver.hpp')
-rw-r--r--src/JackDbusDriver.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index 99bd791..42c70ef 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -54,8 +54,6 @@ public:
uint32_t get_xruns();
void reset_xruns();
- float get_max_dsp_load();
- void reset_max_dsp_load();
float sample_rate();
uint32_t buffer_size();
@@ -97,7 +95,6 @@ private:
ILog& _log;
DBusError _dbus_error;
DBusConnection* _dbus_connection;
- float _max_dsp_load;
bool _server_responding;
bool _server_started;