I cannot reproduce this. If I look at the realtime Special Functions, the Functions column shows Hold(0.00) and if I edit it then the Hold for value is again 0.00. This is true also with the realtime ones that have no Hold value on the Functions column. They too show Hold for (0.00) when editing. Not a minus sign in sight.HamburgerHelper1 wrote:Here is the link to the RMIR with a negative realtime macro
http://www.hifi-remote.com/forums/dload ... e_id=26717
I have tried this both in Windows 10 and in Ubuntu 20.04 so perhaps it is a quirk of your Linux version. The value is stored as floating point and the internal representation of floating point numbers is, by its very nature, approximate. There is no mathematical difference between +0.0 and -0.0 but an absolutely tiny change when stored as floating point can result in something that reads back as -0.0 rather than 0.0. I suggest you simply ignore it, as I can't test a fix for something that I cannot reproduce.