aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-10 12:22:01 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:50:55 -0400
commit3651d42e50e4c2519718d5e33b22222c01848b87 (patch)
treefad9da38c7ce398533470b4afdec0d25c4dab043 /NEWS
parente4880c661a1cb0273d6bbc3cfbc0c4a26bf6c4ab (diff)
downloadjalv-3651d42e50e4c2519718d5e33b22222c01848b87.tar.gz
jalv-3651d42e50e4c2519718d5e33b22222c01848b87.tar.bz2
jalv-3651d42e50e4c2519718d5e33b22222c01848b87.zip
Fix spurious transport messages
The beats_per_minute from JACK is only valid if JackPositionBBT is set. On some JACK implementations (at least pipewire), this value is otherwise garbage, which causes a lot of transport message spam.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0bf2ec8..d01b9ae 100644
--- a/NEWS
+++ b/NEWS
@@ -12,13 +12,14 @@ jalv (1.6.7) unstable; urgency=medium
* Fix man page headers
* Fix memory leaks
* Fix outdated man pages
+ * Fix spurious transport messages
* Flush stdout after printing control values in console interface
* Print status information consistently to stdout
* Remove Gtkmm interface
* Remove Qt4 support
* Switch to meson build system
- -- David Robillard <d@drobilla.net> Mon, 08 Aug 2022 22:39:54 +0000
+ -- David Robillard <d@drobilla.net> Wed, 10 Aug 2022 16:17:35 +0000
jalv (1.6.6) stable; urgency=medium