In the firmware available as of 2025-02-19, I am seeing the midirx code blocks being triggered by incoming midi, even on modules where midirx_enabled(0) was called during system element setup. Is this expected?
On a related note, is it expected that midirx_enabled can only be set during system element setup? I am receiving errors if I try to do it later/elsewhere (I would like to conditionally enable/disable based on things which can only become known after some period of time (and I’ll start a fresh question for that part.)