You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated it to the latest version (1.0.53; I don't remember which version I had when writing the first report), which seems even more buggy.
It is still sending CC6 twice.
It still excludes CC38 if the value is 0, which is a disaster.
But now it sometimes sends CC99+CC98, sometimes only CC99, and sometimes none of them!
The handling of CC99 and CC98 may be according to the Midi spec if you stretch it a bit, even though it is clearly against the recommendations in the spec (which says that you should always send both commands). The double CC6 does not match the Midi spec, but it might not cause any trouble. The omission of CC38 when the value is 0 is a mystery and breaks the use of NRPN on Mac.
On Windows, it still sends all four commands every time.
There is a problem with sending NRPN messages on macOS.
On Windows, every NRPN message is correctly sent. With the sequence:
On macOS, the following sequence is sent if the value > 0:
...and the following sequence if the value = 0:
So, on macOS, CC6 is always sent twice; if the value is 0, CC38 is excluded.
The text was updated successfully, but these errors were encountered: