Hi,
I need to synchronize two laptops for a project.
I want to use one one Master and and one slave.
I'll cue the Master with a midi keyboard and the slave will follow.
I tried with milluplug, Simplesync, osc, but nothing was ok...
Thx for your answers,
Pierre
Comments
You can click on the arrow-button at the bottom of SimpleSync to enter specific OSC messages to be send to mutiple computers.
If you need a custom application, you should write a simple script : see the developer-kit where are several examples in different languages. Then you can do a baisc hub receiving MIDI and sending OSC to control your computers.
Best. Philippe
Did you try SimpleSync for Millumin V1 ? It should help you, but of course, it won't be like timecode-synchronization : SimpleSync is simply sending synchronized orders.
Also be sure, you use cable for your network, since Wifi is not reliable in this case. For much optimization, the computers should have the same CPU, so their clock runs at the same speed (deactivate "Set time automatically" in System Preferences).
Regarding your system : if you send constantly OSC message to change the time of your movie, this is not a good practice. Because changing the time cannot be synchronous (it takes a few milliseconds at best to reach the right frame).
So you should rather try to detect if there an offset between the two computer, and send an OSC message it if so.
Anyway, we're working on timecode synchronization for V2+ edition, but it's not yet ready.
Thank you for your patience.
Best. Philippe