Resolume sending OSC to VVVV problem

Post your questions here and we'll all try to help.
Post Reply
mfo
Posts: 350
Joined: Fri Oct 08, 2004 11:48

Resolume sending OSC to VVVV problem

Post 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
Last edited by mfo on Mon Sep 29, 2014 21:24, edited 1 time in total.

mfo
Posts: 350
Joined: Fri Oct 08, 2004 11:48

problem solved

Post 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.)

Post Reply