Here is a list of all modules:
| SLV2 | SLV2 is a host library to simplify the discovery, loading, and use of LV2 plugins (http://lv2plug.in) |
| Collections of values/objects | Ordered collections of typed values which are fast for random access by index (i.e. a fancy array) |
| Plugin data access | These functions work exclusively with the plugin's RDF data, they do not access the plugin's shared library in any way |
| Plugin library access | An SLV2Instance is an instantiated SLV2Plugin (ie a loaded dynamic library). These functions interact with the binary library code only, they do not read data files in any way |
| Utility functions | |
| Global library state | The "world" represents all library state, and the data found in bundles' manifest.ttl (ie it is an in-memory index of all things LV2 found). Plugins (and plugin extensions) and the LV2 specification (and LV2 extensions) itself can be queried from the world for use |