[go: up one dir, main page]

Menu

Tree [8f9142] 0.23 /
 History

HTTPS access


File Date Author Commit
 doc 2005-12-05 nhumfrey nhumfrey [52ac58] Include types such as lo_server and lo_hander i...
 examples 2005-12-21 nhumfrey nhumfrey [2956a5] Fix for compiler warning
 lo 2005-12-29 nhumfrey nhumfrey [a05bfe] doxygen formatting correction
 src 2006-01-26 nhumfrey nhumfrey [8f9142] Incemented library age and revision, made IPv6 ...
 .cvsignore 2004-11-06 trutkin trutkin [68019c] Removed generated files from CVS.
 AUTHORS 2006-01-26 nhumfrey nhumfrey [8f9142] Incemented library age and revision, made IPv6 ...
 COPYING 2004-08-07 theno23 theno23 [e68bc5] Initial revision
 ChangeLog 2006-01-26 nhumfrey nhumfrey [8f9142] Incemented library age and revision, made IPv6 ...
 INSTALL 2004-08-07 theno23 theno23 [e68bc5] Initial revision
 Makefile.am 2005-03-31 theno23 theno23 [3e4511] 2005-03-31 Steve Harris <steve@...>
 NEWS 2004-08-07 theno23 theno23 [e68bc5] Initial revision
 README 2005-12-17 nhumfrey nhumfrey [ec7456] typo
 TODO 2005-08-19 theno23 theno23 [5d64a7] 2005-08-19 Steve Harris <steve@...>
 autogen.sh 2005-12-05 nhumfrey nhumfrey [02a21f] Think we should be checking for libtoolize here
 configure.in 2006-01-26 nhumfrey nhumfrey [8f9142] Incemented library age and revision, made IPv6 ...
 liblo.pc.in 2004-10-03 theno23 theno23 [56c10e] Fixed includedir

Read Me

Liblo is a lightweight library that provides an easy to use implementation of
the OSC protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for
details).

http://plugin.org.uk/liblo/

Liblo is portable to most UNIX systems (including OSX) and Windows. It is
released under the GNU General Public Licence.

NOTICE FOR MAC OS X:
Mac OS X defaults to ipv6 but most of the currently available OSC applications
like Pd and SuperCollider doesn't listen on ipv6 sockets. for now it's safer to
turn off ipv6 support in liblo (using ./configure --disable-ipv6).