Skip to content

NRPN issues on macOS #36

@GuruGurra

Description

@GuruGurra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions