Multiples surfaces to control same computer

Hi,
for a workshop I need to control one computer running OSC and to connect 4 cpu or pad with 4 different templates.
The templates are almost the same but I add a “client” variables on every widgets.

I added on each client http ://server-ip:port?id=x
But when I switch tab it switch on the other one too.

is what I need to do possible ?

(the workshop is tomorrow, I pretty in the …)

You need to set bypass to true on the tab container to avoid sync

I feel much better now !

I tried to use multiple pad to control the same patch using the same protocol :
http://server-ip:port?id=x and set bypass to true on the patch, but it seems to be impossible.

Which can make sense as the tabs have and widgets have the same name - but I ask the question, who knows !

Please describe the issue as precisely as possible, as far as I know it it is actually possible to have multiple clients using the same session.

My main computer run the server :

In my pad I used the this address : http://192.168.1.70:8080?id=3
On an other computer (I only have one pad) I used this one : http://192.168.1.70:8080?id=234

Either I'm changing from the computer or the pad, or the main computer they are all link together.
So when I change a tab on one it changes for all.

Yes, that's the default behavior, that you can avoid by enabling bypass on the widget that contains the tabs (not on the tabs themselves).

In this case the roots - that works fine thank you :slight_smile: