Page 1 of 1

OSC input problem

Posted: 15 Jun 2013, 02:02
by nomada86
Hello,

I´m trying to control the Z axis on a Ventuy file throughout a Incremental counter, that would make the object move back and forth depending on how the counter is turned. I manage to pack the info and send it via OSC modifying a bit the programms code, and I know it´s recieved "correctly" in Ventuz because I have an error when the Integer is to hig/low. The problem is that the counter doesn´t give negative values and I suppose this might also be a problem to move it in the axis, but neither way I would like to see if you could give me some feedback of what I´m doing wrong or how I could get it to move or recieve the info correctly. I attach a photo of the sw of the counter, on the back you can see also the code used to pack into a bundle the counter info and send it to the "/COUNTER" variable I´ve created, and also a screenshot of the workbench I´m trying to work with.
Thanks in advance.

Re: OSC input problem

Posted: 19 Jun 2013, 09:05
by Daniel Willer
Hey there it would be much easier if you would post a little sample scene.
At first view I would say you should enable the ValueMonitoring in the PropertieEditor (The tiny button on the top-right corner) to see the changes of the values and then send values to check the OSC connection. Regarding to the counter I do not get the need of the counter node and for me it looks like you have the Osc Message bound to the Forward method of the counter but its hard to get wihout an example :D

Re: OSC input problem

Posted: 20 Jun 2013, 06:30
by chriss0212
hi

first as daniel,said: remove counter and mover....you can bind the values direct to the axis!

next: for me it seems that you send osc to a specific ip...but in ventuz you configure your ip to a broadcast adress?! both needs to be the same!

greetz

christian