I just discovered this nice piece of software and before purchsing a performer license I'm trynig to see if it fits my needs.
I want to read (MIDI note) in realtime the buttons pressed on my 8x8 pad and display it on screen.
I'm able to display a polygon and modify its color and size with the Scale and ColorHSB modifiers.
What I'm not able to do is to have it being blank (or neutral color) and flashing in color only when the note arrives.
all the transactions seem to be permanent after the event, until the next arrives.
I instead want e.g a grey square become red on the Note on event, but automatically return grey after a delay.
I'm almost there... what is missing?
Last question/confirmation: if I want to display a 8x8 pad layout, do I need to use 64 separate polygon modules, each one with its own modifier, etc... ?
thank you