diff options
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r-- | src/JackDriver.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 9722f0f..1789704 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -67,6 +67,8 @@ public: uint32_t get_xruns() { return _xruns; } void reset_xruns(); + float get_max_dsp_load(); + void reset_max_dsp_load(); jack_client_t* client() { return _client; } |