-
Notifications
You must be signed in to change notification settings - Fork 14
NRPN issues on macOS #36
Copy link
Copy link
Open
Description
There is a problem with sending NRPN messages on macOS.
On Windows, every NRPN message is correctly sent. With the sequence:
- CC99 NRPN MSB
- CC98 NRPN LSB
- CC6 value MSB
- CC38 value LSB
On macOS, the following sequence is sent if the value > 0:
- CC99 NRPN MSB
- CC98 NRPN LSB
- CC6 value MSB
- CC6 value MSB
- CC38 value LSB
...and the following sequence if the value = 0:
- CC99 NRPN MSB
- CC98 NRPN LSB
- CC6 value MSB
- CC6 value MSB
So, on macOS, CC6 is always sent twice; if the value is 0, CC38 is excluded.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels