Networking Question

Dear all
Following scenario:
I have 2 Macs. Each of them running OpenStage Control Server.
What I would like to achieve:
On Mac A I have a fader which should control a fader on Mac B. The fader on MAC B should send out Midi to control a parameter on a synth.

I can operate the fader on Mac A and fader on Mac B is following. But the final target (the synth) does not get appropriate Midi values. If I operate the fader on Mac B, it works and synth parameter does update accordingly.

What do I have to do, that I can control the parameter of the synth from the fader on the Mac A via fader on Mac B?

Many thanks in advance for any hint :slight_smile:

Do you need to have 2 different servers running ? You could simply browse to Mac A's address using a browser on Mac B.

If you do need to have 2 different servers running, you could also use a frame widget to access the second server app from the first one.

I can operate the fader on Mac A and fader on Mac B is following. But the final target (the synth) does not get appropriate Midi values.

Sending message to open stage control updates the widgets but doesn't make them send their message in return, that's by design. If you want OSC to reply, you have to use a custom module (see this example).

1 Like

I will using one server with dedicated midi target. I t is working now. Many thanks for your support :slight_smile: