UCI for core-to-core streaming

Hi all, just verifying it’s possible to build a UCI that can control a component on each Core in a Q-LAN core to core streaming setup?

For example, the UCI on the Main Core has a gain knob controlling a gain on the Expansion Core.

Thanks for any insight, I’m still new to this.

Yep, just link the cores using Control Links.

There’s a component called a control link that will be your friend in this scenario

Thanks all, got it working perfectly. I appreciate you.

Okay, thank you both, I found that and have setup the client/server successfully.
But are you able to give any guidance on how to bring a control (let’s use for example a “Mute” button on a Remote Core) into the UCI on the Main Core? Thank you for your help.

You will put the button from the main core control link onto the UCI. It will send the commands over control link to the core not running the UCI.

You will need to use the control link and make the appropriate control available for use at both cores (in the case of a mute, you will need a toggle). Then in the main core drag the mute toggle button out of component and onto the UCI. Then connect the control point to the mute in the secondary core and test. You may need to wire in a control function (logic not gate) that flips the signal to match the state you desire. Good luck