Page 1 of 1

Resolume sending OSC to VVVV problem

Posted: Mon Sep 29, 2014 19:50
by mfo
Hi,
i'm currently working on a VVVV patch that does a two-way communication with Resolume (amongst other things). Almost everything works like a charm - only receiving int values in VVVV doesn't. I.e. I can receive "/playbackcontroller/bpm", no problemo, but "/playbackcontroller/resync" or "..pause" or "..tap" won't work. Can't tell if Resolume is the problem or VVVV.
Anyone having experience with this?
Is there any basic tool to read OSC communication and check what is being send?
Thanks for any help!
Marcel

problem solved

Posted: Mon Sep 29, 2014 20:30
by mfo
Ha, found the problem: vvvv doesn't like two (or more) instances of the OSCdecoder/UDP nodes. Reduced it to one and encapsulate all OSC addresses in one spread - voila, works. Btw it's the same problem with DMX/RS232 nodes. (In case anyone cares.)