Subject: | Documentation example issues warnings |
The example code:
$lo->send( 'osc://localhost:5600/', '/foo/bar', 's', 'Hello World' );
should be written as:
$lo->send( 'osc.udp://localhost:5600/', '/foo/bar', 's', 'Hello World' );
In order to avoid the warnings issued when running the example:
liblo warning: no protocol specified in URL, assuming UDP.