summaryrefslogtreecommitdiffstats
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 14ba539..9221a55 100644
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,9 @@ patchage (1.0.3) unstable;
* Fix sample rate with Jack DBus
* Improve man page
* Remove Jack session support
+ * Remove flaky DSP load meter
- -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 10:06:42 +0000
+ -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 15:54:01 +0000
patchage (1.0.2) stable;