Hi, thanks for your answer.
I think the first non-zero value should trigger a MIDI note when the key is pressed for the first time. After that, the pressure should be sent as CC continuously until the key is completely released, at which point a MIDI note-off should be sent.
This is basically the same behavior as with an MPE controller I think.
This is possible, I created a prototype config yesterday, but it turns out mine triggers at the exact half way point. Now I modied it to fit your need. Search for “Aftertouch Low Trigger” in profile cloud!
Thanks a lot! it works really well. Now I have a lot to explore with this kind of interaction.
The only problem I have, is that the CC is not going to 0 after I release the key. If I release the key faster the release leaves a value of 80 or more. If I release it slowly it is around ~6 but never 0. A work around could be that the when velocity of the midi not is 0 the CC value goes smoothly to 0 as well. I don’t know how to program that with in the grid platform.
I will try to see I can solve it somehow with some max coding for the moment