Page 1 of 2

OSC-Out - String problems

Posted: 08 May 2012, 07:47
by matox
I'am using the OSC output to Stream String but I got problems.
The output Value is not identified as an String.
When I use integer or float values instead I have no problems.
So what i'am doing wrong?

Re: OSC-Out - String problems

Posted: 08 May 2012, 16:23
by chriss0212
Hi matox

You do nothing wrong! Ventuz osc string is not a real osc string! It is a osc blob! Only ventuz will recognize it as a string. If you work with a software which is not able to recieve blobs (like touchosc) you cant use osc string :-(

Ventuz: it would be realy great to get a osc string node which is osc string conform and a blob node!

Greetz

Chriss

Re: OSC-Out - String problems

Posted: 08 May 2012, 18:26
by TobiTobsen
oh thats interesting... But why calling it Osc String and using Osc blob...?
So we need to parse it as a blob, this could help but still not perfect.
We could do TCP/IP but that is still very tricky as Ventuz stops working safely when the TCP connection fails or causes problems...

Re: OSC-Out - String problems

Posted: 08 May 2012, 19:11
by matox
THX for the quick response. :)

Re: OSC-Out - String problems

Posted: 09 May 2012, 07:50
by chriss0212
hi tobi

the reason why ventuz is using the blob is unicode support but why they call it string...dont know ;)

but if you write your own app....where you can recieve blobs....everything should work fine?!

maybe you can update your tuio transformer this way, that you recive osc blobs and send it as string :-)


greetz

chriss

Re: OSC-Out - String problems

Posted: 09 May 2012, 08:07
by chriss0212
me again

in the ventuz osc help file (there is its own help file for the osc sdk) you can find all informations!

greetz

chriss

Re: OSC-Out - String problems

Posted: 10 May 2012, 18:42
by chriss0212
and i found the old post regarding this theme

http://forum-archive.ventuz.com/forums/ ... wPost.aspx

Re: OSC-Out - String problems

Posted: 21 May 2012, 12:58
by TobiTobsen
If anyone is also facing the task to send Strings via OSC, check the attaced scene.
I used Ventuz OSC implementation, the node can now send a String array.

Cheers,
Tobi

Re: OSC-Out - String problems

Posted: 24 May 2013, 13:59
by selor
TobiTobsen wrote:If anyone is also facing the task to send Strings via OSC, check the attaced scene.
I used Ventuz OSC implementation, the node can now send a String array.

Cheers,
Tobi
Thanks toby ..
really insteresting to unsealed the node in order to understand for others ...

Is it possible to handle the same way for listening or formating the osc blobs for strings received from touchOSC ?

Re: OSC-Out - String problems

Posted: 24 May 2013, 14:28
by chriss0212
ventuz osc string input is allready working with normal strings...problem is just sending!

greetz

christian