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:
to be translated into MIDI CC -1 relative value;
I need this CC message:
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
Many, many thanks in advance!
Cheers.
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
I need this CC message:
Code: Select all
B0 09 01
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
Many, many thanks in advance!
Cheers.