NRPN message for "Rotation Gen 1"

Can anyone help me with the NRPN message for “Rotation Gen 1” on the euclidean sequencer on the Digitone/Digitakt 2? I can’t seem to set values above 0?

Are you sending NRPNs to the DTII/DNII from a MIDI controller? If so, which controller and does it support sending NRPNs?

I’m sending from a JS MIDI library directly from Visual Studio. Params are received successfully for literally everything else apart from RO1 RO2 and TRO for the Euclidean (PulseGen 1 and 2 etc, Boolean Op which aren’t centred all respond fine) but those three params above are just seem to have a ceiling of zero. When if pattern length is 64 I should be able to set them to -63 to 63 (for example) and I just can’t make go beyond zero even after testing on multiple pattern lengths - Digitone 2 I’m interested in really - appreciate the response.

I would have to check but I dont think those parameters work in that fashion. I dont think they’re centered or wrap backwards through zero.

The value set by the E controller is between +/- (pattern length -1) and centred at 0 - so I thought it would be reasonably straightforward, but no success - I’ve just had a response from electron asking me to provide my code, but any help you could provide would also be greatly appreciated.

I was just able to check that myself and see that it does indeed display negative values. I wonder though if the NRPN only take positive values? 0-63 for negative to 0 values and 64 to 127 for the positive values. Have you tried sending 0-127?

I can setup a NRPN controller with my Intech Grids but I’ve been super pressed for time these last few days.

Yes, tried this, appreciate your time though, all the best.