Bc2000 (for the BCF2000 & BCR2000) group photo

Yahoo Groups archive

Bc2000 (for the BCF2000 & BCR2000)

Index last updated: 2026-04-28 23:16 UTC

Message

Re: Convert .easypar to .tx NRPN quick question

2008-11-18 by rpcfender

Hi Josh
check out the Midi info on
http://www.somascape.org/midi/tech/spec.html

and for NRPN

http://www.somascape.org/midi/tech/spec.html#rpns

Generally it is easiest to use the easypar and then see what it outputs. The same as you were doing for your Alesis
You can split several messages for easy reading (there are some other uses for this as well)
.tx $B0 98 0 ; CC98 LSB NRPN
.tx $B0 99 0 ; CC98 MSB NRPN
.tx $B0 parameter value (eg .tx B0 06 val ; set the data slider to val)
or you can use a single line or even Midi running status
.tx $B0 98 0 99 0 06 val ; done

Royce

> I'm trying to figure out how to conver .easypar with nrpn to .tx
> I'm fine with doing with CCs but I'm a little confused with NRPN.
> The plan is to change multiple nrpn params with one rotary knob (doing
> this with .tx should be the way to go right?)
>
> So for example how would I change this .easypar to .tx so that it has
> the same result
>
> $encoder 37 ;NRPN test
> .easypar NRPN 1 1365 0 6598 absolute/14
> .showvalue on
> .mode 1dot
> .resolution 96 96 96 96
> .default 0


Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.