![]() |
![]()
| ![]() |
![]()
NAMENet::LibLO::Message SYNOPSISuse Net::LibLO::Message; my $msg = new Net::LibLO::Message( ); $msg->add_string( "Hello World!" ); $msg->add_int32( 41287 ); DESCRIPTIONNet::LibLO::Message is a perl class which represents a single OSC message.
"..." The data values to be transmitted. The types of the arguments passed here must agree with the types specified in the type parameter.
AUTHORNicholas J. Humfrey, njh@aelius.com COPYRIGHT AND LICENSECopyright (C) 2005 Nicholas J. Humfrey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|