Hi list,

Is there any more info on the OSC implementation for the stock debian
(1.1.1)?

I can get the example 'osc.on_string_pair' to work, but only if I use
'/metadata' as an oscpath. If I change the path to something else it
doesn't work anymore.

Sending an OSC message from supercollider works like this::

'~sccs = NetAddr("sc.cs", 8000);
 ~sccs.sendMsg("/metadata", "hello", "0.5");'

both parameters arrive on the liquidsoap side and I can differentiate
the parameters in the callback function.

What doesn't work are any of the callback functions, I tried on_int::

'~sccs.sendMsg("/my_path", 1);'

no reaction by 'osc.on_int("/my_path,my_func)' with 'my_func' being only
a print statement

same for 'osc.on_bool' and osc.on_float.

Maybe somebody could show me an example of how those functions are
implemented, and which path statements are allowed? That would be
incredibly helpful!

Thanks,

Jeroen



Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to