Old 05-23-2019, 01:21 AM   #1
mrunje96
Human being with feelings
 
Join Date: May 2019
Posts: 1
Default OSC match

Hi, i've partially understood how to code oscii-bot. Oscmatch is bothering me..

I have incoming message on port 7002 (outgoing port from software = incoming port on oscii), but i cant figure out how to read it and do comparising.

Example:

-> msg from software : /playback/go/0/9.1.000000

-> code wrote to read it :

@input osc_in OSC "localhost:7002"
@output osc_out OSC "localhost:7001"
@init
@oscmsg
oscmatch("/playback/go/0/9.1.000000") ? (
printf (" PLAYBACK 9 ON ");
);

-> Problem : It doesnt read or match anything so theres no printf output..

Thanks in advance for any help
mrunje96 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.