I’m a beginner at writing Pure Data patches and was interested in highlighting custom key pads on the Exquis keyboard.
From the docs it seems that the keyboard doesn’t need to be in dev mode for this feature and can be done with MIDI Note On or Off messages.
How would I turn off all the leds on the pads and then highlight certain pads in PD? Any tips to get started would be much appreciated.
1 Like
I made a test patch toggling between note on / off on channel one. And I can monitor midi messages being send out from PD in MIDI Monitor.
Does ‘note’ in the channel message correspond to the identifier if the individual control on the exquis keyboard?
So in this example I would be toggling note ‘60’ aka Middle C hex pad on the exquis keyboard.
Does this work? I don’t have physical keyboard to test with yet, but I want to make sure I’m heading in the right direction.