08-09-2023, 08:44 PM
(08-09-2023, 07:00 PM)mgd Wrote: I've been playing around a bit with feeding MIDI CC from my Keystep Pro into the Mapping and stumbled over two things:
- the Keystep Touch Stripe (Modwheel, CC#9) is automatically mapped to CC#1 (could select Velocity) by the NerdSEQ
- all 7 bit controllers (#9, #74-#78) are shifted to the left by 5 bits (1 -> 20, 2 -> 40, etc.)
Am I supposed to fix this via the mapping, i.e. CC#9 actually being on #9 and all values RSFT by 5 or DIV by 0x20/32 (no problem, it's easy enough) or is that something the NerdSEQ will eventually "correct"?
Kind regards,
Michael
The keystep and standard mod-wheel cc is #1. (as specified in the midi specs)
All values (if not notes) are suppose to be scaled to 12 bit aka 0-4095 and so also the midi cc values. Do the right shifts and you get the original value.
I think it is better and easier to work with scaled values as much as possible (except for notes), do for example max automator values, max CV in, max midi cc. etc is all 4095 and you can all replace them 1:1 as a source
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
