Lightweight OSC Implementation
This is a lightweight, easy-to-use implementation of the OSC protocol
(see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details).
- Sources inherited from project multimedia:libs
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / liblo
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:multimedia/liblo && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000140 140 Bytes | |
baselibs.conf | 0000000094 94 Bytes | |
liblo-0.26.tar.gz | 0000519750 508 KB | |
liblo.changes | 0000003592 3.51 KB | |
liblo.spec | 0000002637 2.58 KB |
Revision 9 (latest revision is 26)
Ismail Dönmez (namtrac)
accepted
request 200190
from
Klaus Kämpf (kwk)
(revision 9)
- Update to version 0.26 - Change license to LGPL 2.1 or later. - Change in .so version, rename to liblo7 - Add return codes to all functions that may fail. - Fix memory leaks in lo_address_new_from_url(), dispatch_method(), lo_url_get_path() - Move lo_arg_size(), lo_get_path(), lo_arg_host/network_endian() back to lo_lowlevel.h. - Expose the lo_server_dispatch_data() function as public, making it possible to react to messages contained in an arbitrary block of memory. (i.e., allows use with custom transport protocols) - Get protocol by ID number. - Keep TCP sessions open, and automatically track multiple open sessions in a data structure. - Allow access to bundle timestamp information. - Fix bug in lo_timetag_diff(). - Change the value of LO_TT_IMMEDIATE to correspond with the OSC specification. - Enable SO_REUSEPORT when initializing a multicast server. - Update the "soname" describing API/ABI compatibility. - Update documentation and various bug fixes. - Compiles under MSVC, avoiding the use of gcc-isms when not using gcc.
Comments 0