Skip to content

NTS-3 NRPN issues #184

Description

@dukesrg

Submission check

  • You have updated to the latest firmware for your device
  • You have pulled the latest version of the logue sdk from github
  • You have checked this repository for duplicate issues

Contact Details

No response

Platform

Prologue

What happened?

  1. In NTS-1 mkII and NTS-3 MIDI implementation documents 14-bit NRPN transmit order is stated as LSB first. In fact, both synths transmits MSB first, which should be a correct order in general.
  2. In NTS-3 MIDI implementation FX Parameter Index is stated with the step of 16. In fact, synth transmits as it is 8 (refer to log with dumped CC order for FX 1 Param1 Value, FX 1 Param2 Value and FX 1 Param3 Value changes respectively)

Relevant log output

% receivemidi dev "NTS-1 digital kit mkII NTS-1 digital kit _ KBD/KNOB" cc      
channel  1   control-change    99     0
channel  1   control-change    98     0
channel  1   control-change     6    35
channel  1   control-change    38    32

channel  1   control-change    99     0
channel  1   control-change    98     1
channel  1   control-change     6    41
channel  1   control-change    38    32

channel  1   control-change    99     0
channel  1   control-change    98     2
channel  1   control-change     6    46
channel  1   control-change    38    96

% receivemidi dev "NTS-3 kaoss pad kit XY/KNOB" cc

channel  1   control-change    99     1
channel  1   control-change    98     1
channel  1   control-change     6   100
channel  1   control-change    38    96

channel  1   control-change    99     1
channel  1   control-change    98     9 
channel  1   control-change     6    14
channel  1   control-change    38   112

channel  1   control-change    99     1
channel  1   control-change    98    17
channel  1   control-change     6   112
channel  1   control-change    38     0

Upload pictures of the issue

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions