From 84d78879142accf274dc23dbd691d5db4225ee80 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 23 Jun 2020 16:55:08 +0200 Subject: [PATCH] update --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61ec49b9..f5d3441a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,12 +30,20 @@ - bug fix: server window stop updating after minimized, coded by AronVietti (#355, #383) +TODO add "Update Jamulus Version" in register response errors + +TODO add new register message which contains version and, e.g., max number of clients + TODO clip LED on channel faders goes on too early (compare to input level meter clip LED) -> only 3 of 4 bits of the channel level protocol are actually used, one bit is wasted - -TODO the new translation loading does not work on MacOS + -> enlarge range in the server by one value (using wasted dynamic) just in case + the signal is above our defined clip ratio -> as a result, only on new servers the + channel fader clip LED would work (which is ok) TODO support clip indicator for bar meter as well + -> change background to red in case of clipping + +TODO the new translation loading does not work on MacOS TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946 - generate .qm on compile time with lrelease