summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-25 06:12:28 +0000
committerDavid Robillard <d@drobilla.net>2011-11-25 06:12:28 +0000
commita0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed (patch)
tree0c581c8ed03ca280e03b6ec2827ff41fb6c617b8 /src/JackDriver.hpp
parent572adb6873294bf2f26062cf297660aa449eb675 (diff)
downloadpatchage-a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed.tar.gz
patchage-a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed.tar.bz2
patchage-a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed.zip
Log (almost) everything to the messages window instead of the console.
Remove latency and load stuff in favour of plain old messages. Remove status bar. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3627 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 8162f9e..aa4d3e4 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -67,9 +67,6 @@ 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; }
jack_nframes_t sample_rate() { return jack_get_sample_rate(_client); }