Thanks Emmanuel.emmanuel_2 wrote:Let me explain a little bit more. Each MfL device potentially live its life in a different thread than the others, and you don't have any control over it (Live does the threading repartition/optimization). Furthermore, each device use its own scheduler (synched to the Live transport). Using send/receive within the device is totally fine because it will stay in the same thread, but if you use send/receive across devices the timing is just unpredictable. OSC won't do a better job, updreceive has to resynchronize what it received with the scheduler of the device its into.
Is there a suggested method for inter-device communication?
Lets say I have a Max MIDI Effect that has to send a message to a Max Audio Effect to retrigger an LFO for example. Is there a way to get a reliable predictable result?
Cheers
- Bjorn