Scenario:
My Striso Board MPE controller has silicon keys that respond to pressure and tilt in all three axis, up/down controls KeyVelocity and note on/off, up/down controls KeyTimbre and left/right bends the pitch.
I would like to use the left/right movement to control some other parameters and not influence the pitch I'm playing.
I read that !KeyPitch is a shorthand for !KeyNumber + !PitchBend so I tried to use !KeyNumber to control the pitch and !PitchBend to control other parameters but that didn't turn out how I was hoping: wiggling the keys l/r still bends the pitch and a "!PitchBend" widget appears in the VCS.
I tried to use "rounded" to prevent any lateral movement frm bending the note and that works up until I pass the point where the rounding process rounds it to the upper or lower semitone.
I have downloaded a basic MIDI monitor app that tells me that the l/r movement of the keys is "Pitch Wheel".
My questions are:
how do I use the side (l/r) movement of my controller to control other parameters?
How do I prevet Kyma from interpreting side (l/R) movementmessages as pitch bend?
Sorry I'm very new to the midi world believe it or not..