LMMS
Loading...
Searching...
No Matches
URI Map

Classes

struct  LV2_URI_Map_Feature

Macros

#define LV2_URI_MAP_URI   "http://lv2plug.in/ns/ext/uri-map"
 http://lv2plug.in/ns/ext/uri-map
#define LV2_URI_MAP_PREFIX   LV2_URI_MAP_URI "#"
 http://lv2plug.in/ns/ext/uri-map#
#define LV2_URI_MAP_URI   "http://lv2plug.in/ns/ext/uri-map"
 http://lv2plug.in/ns/ext/uri-map
#define LV2_URI_MAP_PREFIX   LV2_URI_MAP_URI "#"
 http://lv2plug.in/ns/ext/uri-map#

Typedefs

typedef voidLV2_URI_Map_Callback_Data

Variables

LV2_DISABLE_DEPRECATION_WARNINGS LV2_DEPRECATED typedef voidLV2_URI_Map_Callback_Data

Detailed Description

C API for the LV2 URI Map extension http://lv2plug.in/ns/ext/uri-map.

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).

A feature for mapping URIs to integers.

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).

See http://lv2plug.in/ns/ext/uri-map for details.

Macro Definition Documentation

◆ LV2_URI_MAP_PREFIX [1/2]

#define LV2_URI_MAP_PREFIX   LV2_URI_MAP_URI "#"

◆ LV2_URI_MAP_PREFIX [2/2]

#define LV2_URI_MAP_PREFIX   LV2_URI_MAP_URI "#"

◆ LV2_URI_MAP_URI [1/2]

#define LV2_URI_MAP_URI   "http://lv2plug.in/ns/ext/uri-map"

◆ LV2_URI_MAP_URI [2/2]

#define LV2_URI_MAP_URI   "http://lv2plug.in/ns/ext/uri-map"

Typedef Documentation

◆ LV2_URI_Map_Callback_Data

Opaque pointer to host data.

Variable Documentation

◆ LV2_URI_Map_Callback_Data