Here is a list of all modules:
High-level OSC API | Defines the high-level API functions necessary to implement OSC support. Should be adequate for most applications, but if you require lower level control you can use the functions defined in lo_lowlevel.h |
Low-level OSC API | Use these functions if you require more precise control over OSC message contruction or handling that what is provided in the high-level functions described in liblo |
Prettyprinting functions | These functions all print an ASCII representation of their argument to stdout. Useful for debugging |
C++ wrapper | This is a header-only C++11 wrapper defining a set of classes that wrap liblo functionality in an object-oriented way |