Message
Re: BCR2000 + NRPN
2013-05-17 by Royce
NRPN MSB is CC 99 and so in your case you need CC99 16
NRPN LSB is CC 98 and so in your case you need CC98 parameter number
NRPN value is CC 06 and so in your case you need CC6 value
>
> So I've set the BCR to:
> Nrpn
> Channel 1
> Nrpn# (let's say 0)
> Value 1: 0
> Value 2: 127
> Absolute
Setting the BCR from the front panel gives the MSB of 0 and the value you set is for the LSB
So you need to use either Marks editor (from his web site) or mine (in the files section) to program the BCR
$encoder 1
.minmax 0 127
.default 0
.resolution 96
.tx $B0 99 16 ;MSB
.tx $B0 98 xx ;LSB parameter number
.tx $B0 06 val
All the best
Royce
Attachments
- No local attachments were found for this message.