View Single Post
Old 08-16-2018, 01:47 PM   #1
zacki
Human being with feelings
 
zacki's Avatar
 
Join Date: Feb 2013
Location: Germany
Posts: 239
Default Need help with oscsend() and strings

Hi,

I want to send a string with OSC but no matter what I've tried, OSCII-bot is always sending float values. With PureData I can get the needed result.
Correct:

With my OSCII-bot script I always get something like this.
Code:
oscsend(localhost_out, "/3/ChannelName %s", "HelloWorld");
Wrong:

What's wrong here? Really appreciate your help! Thanks.
Attached Images
File Type: png PD.PNG (9.4 KB, 758 views)
File Type: png OSCIIbot.PNG (8.2 KB, 747 views)
__________________
Some of my favourite posts: 1 2 3
zacki is offline   Reply With Quote