i'm using patch switching via MIDI program change messages.
MIDI program change messages allow addressing 128 patches.
so, the question: is it possible to address more than 128 patches via MIDI in current Axoloti implementation?
on other MIDI-aware devices, patches are commonly organized in banks, up to 128 patches per bank. but i've hever heard anything about bank switching in conext of Axoloti...
thanks in advance.
EDIT: i can see that adding a kind of bank withching functionality to the controller/pgmchange object (i.e. teaching it to react also to CC0 / CC32 messages) can be done even by my crooked hands
but is it the only way, and is it proper?