LV2 URI Map
- URI:
- http://lv2plug.in/ns/ext/uri-map
- Revision:
- 1 (2008-04-16)
- Maintainer(s):
Dave Robillard
Lars Luthman
- Namespaces:
About this Document
This document describes "LV2 URI Map" (http://lv2plug.in/ns/ext/uri-map),
an LV2 related
specification. Comments are welcome, please direct discussion to devel@lists.lv2plug.in.
See also:
Contents
- Description
- Index
- Documentation
- References
1. Description
This extension defines a simple mechanism for plugins to map URIs to integers,
usually for performance reasons (e.g. processing events typed by URIs in
real time). The expected use case is for plugins to map URIs to integers for
things they 'understand' at instantiation time, and store those values for
use in the audio thread without doing any string comparison. This allows
the extensibility of RDF with the performance of integers (or centrally
defined enumerations).
2. Index
3. Reference
4. References
- IETF RFC 2119
-
RFC 2119: Key words for use in RFCs to Indicate Requirement Levels
. Internet Engineering Task Force, 1997.
This document is content-negotiated. If you request it with Accept: application/x-turtle you will get the description in Turtle. Also supported: application/rdf+xml, application/json, text/plain