SC vs Modular Synths (Eurorack)

JITLib objects do obey the server’s network messaging latency setting.

You could avoid this by setting the server’s latency variable to nil.

Or, you could avoid it by not using JITLib (which isn’t necessary for this use anyway).

Btw you have a very inefficient use of Ndef there – there’s no need to rebuild the entire node proxy for every change of value. Instead, declare an argument and create the Ndef only once, and then .set the control’s value for incoming messages.

hjh

:ballot_box_with_check:
The default latency was the problem. Fixed now. Thank you.

(you’re right, that’s bad coding practice. I should optimize the Ndef call).

For others: s.latency is set to 200ms by default. Carefully set it to a smaller number to reduce latency.

I just came back to this thread - after several years - and wonder, did you buy your modular set up in the end?