Net-LibLO
view release on metacpan or search on metacpan
liblo perl binding
==================
Perl binding for the liblo library.
LibLO library version 0.23 or higher is required.
http://liblo.sourceforge.net/
Pkg-config version 0.11 or higher is required:
http://pkgconfig.freedesktop.org/
INSTALLATION
------------
I use Module::Build to build and install the module.
To install this module type the following:
perl Build.PL
./Build
./Build test
And then as root:
./Build install
API Overview
------------
Items marked * have not been implemented in this release.
Net::LibLO::Address
- new(url)
- new(host, port)
- get_hostname
- get_port
- get_url
- errno
- errstr
- DESTROY
Net::LibLO::Message
- new
- new(typespec, args)
- add_int32
- add_float
- add_string
- add_double
- add_symbol
- add_char
- add_true
- add_false
- add_nil
- add_infinitum
- length
- pretty_print
* - serialise
- get_source
- DESTROY
Net::LibLO::Bundle
- new
- new(sec, frac)
- add_message(path, message)
- add_message(path, typespec, args )
- length
* - serialise
- DESTROY
( run in 0.650 second using v1.01-cache-2.11-cpan-39bf76dae61 )