From d3561e8cf1d5a289ff2ce4a26e4a970437a812d5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 16:55:25 +0100 Subject: 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. --- src/JackDbusDriver.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/JackDbusDriver.hpp') 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; -- cgit v1.2.1