Introducing Binding Expressions

@brad Okay. Thanks. I don’t have an immediate use for that, but I might find one, one day. The 14 bit values I do use are Pitch Bend and NRPNs, so it would be nice if there was a way to map two CCs to those. I currently use Ctrlr for that kind of thing, but it’s a bit clunky and awkward to do.

I guess I can do it with ReaJS, which I’ve been meaning to learn about but haven’t got around to yet.

You can if they’re a fine CC pair. eg: this will map CC’s 4 and 36 to NRPM 99:

This only works for the 32 fine CCs pairs though. For an arbitrary pair of source CC’s you’d need to first remap them to an unused fine CC pair.

1 Like

@brad Thanks, that’s a useful feature I wasn’t aware of.

2 Likes