Search found 1 match

by gmccosta
Sat May 18, 2019 19:52
Forum: Developers Developers Developers
Topic: Help to communicate Resolume with JavaOSC
Replies: 1
Views: 6768

Help to communicate Resolume with JavaOSC

Hey,

I'm using JavaOSC to build a java application to send OSC messages to Resolume.

At the Resolume preferences, I can see the messages are coming correctly, but the clip didn't start playing, can anyone help me?


String myIP = "192.168.1.108";
int myPort = 7000;

OSCPortOut oscPortOut ...