A JS Plugin to do polyphonic aftertouch?
I have no experience at all in programming so I'm just asking a question to see if this can be done.
Is there a way to implement a plug that generates polyphonic aftertouch from a MIDI controller/keyboard that doesn't have it? I don't know too much about P.A., but I've always wanted a little more control over indiviual keys of my controller. Most MIDI controllers available today don't have that feature. Since you guys who code JS are always coming with wonderful and new implmentations, I'm just asking is it possible.
Channel/Assignable aftertouch is different and NOT what I am referring to here. If you play a chord on a controller with channel/assignable aftertouch the only MIDI message that is outputted for is from the key that is pressed the hardest. When you press the same chord with polyphonic aftertouch a different aftertouch message is sent out for each key.
I understand that this would introduce LOTS of MIDI data & is hard to control but that's not really my care/concern. I remember playing with a friend's Roland A-90 (hooked up to a roland jv sound module) back in the days and it was just marvelous cause it just FELT like you were getting more expression out of MIDI cause there was that additional message being sent out of the controller.
|