Prevent value 'jumping' by translating absolute MIDI CC into relative -1/+1 values

MIDIOnSKY

2015-04-25 10:14:32

Hello BMT users!

I've searched this forum about this topic, but couldn't find a proper explanation of 2 things.

What do I want to achieve is to prevent my endless encoders from a midi controller to send out a fixed MIDI CC values to plugins and external hardware.

Instead, it should send incremented CC values as +1 or -1, depending if the encoder is turned left or right.

My midi controller supports 'relative mode' meaning that it can send a fixed CC value depending on which side encoder is rotating.


I need this CC message:

Code: Select all

B0 09 41
to be translated into MIDI CC -1 relative value;


I need this CC message:

Code: Select all

B0 09 01
to be translated into MIDI CC +1 relative value;


The missing variable, beside the BMT preset settings I'm asking for here, is the data for relative +1 or -1 CC values output as well. Although I found some info about this at the MIDI Manufacturers Association website

midi.org/techspecs/rp18.php

I'm not compleatelly sure about the values needed.

It should work regardless of targeted midi channel of course.

I hope that some guru can solve this dilemma :shock:

Many, many thanks in advance!

Cheers.

florian

2015-04-25 23:53:38

Hi MIDIOnsky!
have you checked out this thread?
Converting endless knob to absolute controller
My second example (for the Alphatrack) seems to be exactly what you need.

Best regards,
Florian

MIDIOnSKY

2015-04-26 03:41:08

florian wrote:Hi MIDIOnsky!
have you checked out this thread?
Converting endless knob to absolute controller
My second example (for the Alphatrack) seems to be exactly what you need.

Best regards,
Florian
Thanks!

I've tried that one, however destination parameter value do actually just stuck on 64/65 value. And they are just moving -1/+1 on that values.

Not sure that we understand each other though?

Any assistance would be highly appreciated.

Cheers.

DvlsAdvct

2015-04-26 20:38:30

Hi MIDIOnSky

Can you attach your project here so I can look and see what's going on?

Thanks
Jared

MIDIOnSKY

2015-04-27 01:07:53

DvlsAdvct wrote:Hi MIDIOnSky

Can you attach your project here so I can look and see what's going on?

Thanks
Jared

Sure, here you go.

The destination parameter still jumps as when using absolute MIDI CC values. Strange. Hope you can check this out.

Cheers.
Attachments
Absolute to Relative MIDI CC.bmtp
Absolute to Relative MIDI CC
(673 Bytes) Downloaded 264 times

MIDIOnSKY

2015-04-29 05:18:11

Any news on this? I would really appreciate any help.

sjcaldwell

2017-08-22 21:02:25

Looking back at this old post. I updated your request with a workable solution. Any turn right will put out 01. Any turn left will put out 7F (127)
Attachments
From-Old-Forum-Absolute to Relative MIDI CC-fixed-2017-08-22.bmtp
(1.2 KiB) Downloaded 228 times

MIDIOnSKY

2017-08-23 04:33:20

Will check this out and let you know! :)

Thanks a lot.