Very new to the Eyesy and starting to dig into the coding. I haven’t coded since qBasic
I see that you can use if etc.midi_notes[60] : yourFunctionHere() to use midi notes to trigger…things.
Is there a way to use this to trigger a program change? Specifically, for incoming note data to trigger previous or next “mode”? I’d also love to use it to trigger background color changes which seems easier. The persist on/off functionality seems simplest of all since it is pre-mapped to 127.
I am aware that the functionality is there - I am interested in using that functionality with note data instead of CC/PC data. My specific MIDI data source only sends note data and I’d like to avoid installing and configuring a filter if I can.