I have a question regarding maps. I like the implementation of the interpolation techniques when using maps.
Let’s assume we have a keyboard with a map:
MAP1/BYTEI 0:0 64:64 127:127
This gives us a linear velocity curve. What I now want to ask: Is it possible to convert those numbers to variables f.e. like this:
MAP1/BYTEI 0:0 AINSER:1:64 127:127
This would allow to easily adjust the velocity curve of a keybed… make it more convex or concave regarding which sound you are playing. By adding a fourth value into that line one could adjust the velocity curve even more accurate. Also something like this:
MAP1/BYTEI AINSER:1:0 AINSER:2:64 AINSER:3:127
will give you even more control. You could change the whole velocity curve with just three potentiometers very quick and easy.