In firmware as of 2025-02-19, does immediate_send with relative x and y coordinates only forward the message along the most direct path to the appropriate coordinate, or does it broadcast to all modules and then be filtered by each individually?
For context: I’im weighing the efficiency of handling midi cc value feedback via a) midirx in the module at 0,0 using immediate_send to target the intended destination module versus b) midirx in all modules.
On a related note, is immediate_send fire and forget or is it waiting for the destination to receive the lua and execute it, similar to how midirx is stated to wait on all modules to complete processing of a given midi event before handling the next one?