LV2 URI Map

URI:
http://lv2plug.in/ns/ext/uri-map
Revision:
1 (2008-04-16)
Maintainer(s):
Dave Robillard
Lars Luthman
Namespaces:
doaphttp://usefulinc.com/ns/doap#
lv2http://lv2plug.in/ns/lv2core#
lv2evhttp://lv2plug.in/ns/ext/event#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfshttp://www.w3.org/2000/01/rdf-schema#
umaphttp://lv2plug.in/ns/ext/uri-map#

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

  1. Description
  2. Index
  3. Documentation
  4. 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.


Automatically generated from uri-map.ttl by lv2specgen at 2009-11-12 01:12 UTC

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