Hi,
I understand that when writing controller definitions, to receive PITCH messages in, you use a <SLIDER> element with PITCH property:
Is there any way to send PITCH messages out, using something like a <BAR> element?
Currently, this works to send CC messages out:
And I am just remapping these to PITCH with MIDI-OX, but ideally, I would like to send with something like:
Please let me know, thanks!
I understand that when writing controller definitions, to receive PITCH messages in, you use a <SLIDER> element with PITCH property:
<slider pitch="true" channel="0" name="1-FADER" />
Is there any way to send PITCH messages out, using something like a <BAR> element?
Currently, this works to send CC messages out:
<bar cc="0" channel="0" name="1-MOTOR" /> />
And I am just remapping these to PITCH with MIDI-OX, but ideally, I would like to send with something like:
<bar pitch="true" channel="0" name="1-MOTOR" />
Please let me know, thanks!
Mensajes 11 hours ago
It's simply called pitchout
<pitchout channel="0" name="PITCHOUT" />
Mensajes 11 hours ago