Page 1 of 1

Help with OSC remote

Posted: 27 Apr 2015, 10:10
by joschy
Hello,
I have found this in the forum archive:
http://forum-archive.ventuz.com/forums/ ... tPost.aspx
Very nice ;)

But how can i get this Windows form work together with the buildin OSC-Nodes in Ventuz?
I have tried to setup up a Ventuz OSC-In Node to receive from the windows form, see pics
The original Project was build with Visual 2008, I have converted to Visual 2012, because I need some async operations.
Do i miss to setup the correct ports?

tia, joschy

Re: Help with OSC remote

Posted: 27 Apr 2015, 10:21
by chriss0212
hi joschy,

as i told you: osc remoting has NOTHING TO DO with controling ventuz by osc nodes!

but what i see is missing:
you have no ip int the osc nodes! so if you send to ip 230.230.230.230 what is a multicast adress you need to make sure, that you adjust the osc in node in ventuz to this adress!

greetz

christian

Re: Help with OSC remote

Posted: 27 Apr 2015, 10:21
by joschy
and the osc manger code

Re: Help with OSC remote

Posted: 27 Apr 2015, 10:46
by joschy
O.K. rtfm...
"OSC Remoting is a very simple ​Open Sound Control based protocol to control DataItems of the SceneData. It only controls the current scene loaded in Port 0 of the layout scene in pipe 0. It is unable to manage scenes or Templates. "

A miss understanding from my side ;)
I thought i can communicate with the Ventuz OSC Nodes this way.... so i have to implement it on my own

Re: Help with OSC remote

Posted: 27 Apr 2015, 11:17
by joschy
Got it to work :)

Re: Help with OSC remote

Posted: 27 Apr 2015, 11:31
by chriss0212
;)