diff options
Diffstat (limited to 'src/shared/LV2URIMap.cpp')
-rw-r--r-- | src/shared/LV2URIMap.cpp | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/src/shared/LV2URIMap.cpp b/src/shared/LV2URIMap.cpp index 34721db6..5a8dbff0 100644 --- a/src/shared/LV2URIMap.cpp +++ b/src/shared/LV2URIMap.cpp @@ -53,63 +53,63 @@ LV2URIMap::Quark::c_str() const #define NS_RDFS "http://www.w3.org/2000/01/rdf-schema#" LV2URIMap::LV2URIMap() - : ctx_AudioContext(NS_CTX "AudioContext") - , ctx_MessageContext(NS_CTX "MessageContext") - , ctx_context(NS_CTX "context") - , doap_name("http://usefulinc.com/ns/doap#name") - , ingen_Internal(NS_INGEN "Internal") - , ingen_LADSPAPlugin(NS_INGEN "LADSPAPlugin") - , ingen_Node(NS_INGEN "Node") - , ingen_Patch(NS_INGEN "Patch") - , ingen_Port(NS_INGEN "Port") - , ingen_broadcast(NS_INGEN "broadcast") - , ingen_controlBinding(NS_INGEN "controlBinding") - , ingen_document(NS_INGEN "document") - , ingen_enabled(NS_INGEN "enabled") - , ingen_nil(NS_INGEN "nil") - , ingen_node(NS_INGEN "node") - , ingen_polyphonic(NS_INGEN "polyphonic") - , ingen_polyphony(NS_INGEN "polyphony") - , ingen_selected(NS_INGEN "selected") - , ingen_value(NS_INGEN "value") - , ingenui_canvas_x(NS_INGENUI "canvas-x") - , ingenui_canvas_y(NS_INGENUI "canvas-y") - , lv2_AudioPort(NS_LV2 "AudioPort") - , lv2_ControlPort(NS_LV2 "ControlPort") - , lv2_InputPort(NS_LV2 "InputPort") - , lv2_OutputPort(NS_LV2 "OutputPort") - , lv2_Plugin(NS_LV2 "Plugin") - , lv2_default(NS_LV2 "default") - , lv2_index(NS_LV2 "index") - , lv2_integer(NS_LV2 "integer") - , lv2_maximum(NS_LV2 "maximum") - , lv2_minimum(NS_LV2 "minimum") - , lv2_name(NS_LV2 "name") - , lv2_portProperty(NS_LV2 "portProperty") - , lv2_symbol(NS_LV2 "symbol") - , lv2_toggled(NS_LV2 "toggled") - , lv2ev_EventPort("http://lv2plug.in/ns/ext/event#EventPort") - , midi_Bender(NS_MIDI "Bender") - , midi_ChannelPressure(NS_MIDI "ChannelPressure") - , midi_Controller(NS_MIDI "Controller") - , midi_Note(NS_MIDI "Note") - , midi_controllerNumber(NS_MIDI "controllerNumber") - , midi_event("http://lv2plug.in/ns/ext/midi#MidiEvent") - , midi_noteNumber(NS_MIDI "noteNumber") - , atom_MessagePort("http://lv2plug.in/ns/ext/atom#MessagePort") - , atom_ValuePort("http://lv2plug.in/ns/ext/atom#ValuePort") - , atom_supports("http://lv2plug.in/ns/ext/atom#supports") - , object_class_bool(LV2_ATOM_URI "#Bool") - , object_class_float32(LV2_ATOM_URI "#Float32") - , object_class_int32(LV2_ATOM_URI "#Int32") - , object_class_string(LV2_ATOM_URI "#String") - , object_class_vector(LV2_ATOM_URI "#Vector") - , object_transfer(LV2_ATOM_URI "#ObjectTransfer") - , rdf_instanceOf(NS_RDF "instanceOf") - , rdf_type(NS_RDF "type") - , rdfs_seeAlso(NS_RDFS "seeAlso") - , ui_format_events("http://lv2plug.in/ns/extensions/ui#Events") - , wildcard(NS_INGEN "wildcard") + : atom_MessagePort (LV2_ATOM_URI "#MessagePort") + , atom_AtomTransfer (LV2_ATOM_URI "#AtomTransfer") + , atom_Bool (LV2_ATOM_URI "#Bool") + , atom_Float32 (LV2_ATOM_URI "#Float32") + , atom_Int32 (LV2_ATOM_URI "#Int32") + , atom_String (LV2_ATOM_URI "#String") + , atom_ValuePort (LV2_ATOM_URI "#ValuePort") + , atom_Vector (LV2_ATOM_URI "#Vector") + , atom_supports (LV2_ATOM_URI "#supports") + , ctx_AudioContext (NS_CTX "AudioContext") + , ctx_MessageContext (NS_CTX "MessageContext") + , ctx_context (NS_CTX "context") + , doap_name ("http://usefulinc.com/ns/doap#name") + , ev_EventPort ("http://lv2plug.in/ns/ext/event#EventPort") + , ingen_Internal (NS_INGEN "Internal") + , ingen_LADSPAPlugin (NS_INGEN "LADSPAPlugin") + , ingen_Node (NS_INGEN "Node") + , ingen_Patch (NS_INGEN "Patch") + , ingen_Port (NS_INGEN "Port") + , ingen_broadcast (NS_INGEN "broadcast") + , ingen_controlBinding (NS_INGEN "controlBinding") + , ingen_document (NS_INGEN "document") + , ingen_enabled (NS_INGEN "enabled") + , ingen_nil (NS_INGEN "nil") + , ingen_node (NS_INGEN "node") + , ingen_polyphonic (NS_INGEN "polyphonic") + , ingen_polyphony (NS_INGEN "polyphony") + , ingen_selected (NS_INGEN "selected") + , ingen_value (NS_INGEN "value") + , ingenui_canvas_x (NS_INGENUI "canvas-x") + , ingenui_canvas_y (NS_INGENUI "canvas-y") + , lv2_AudioPort (NS_LV2 "AudioPort") + , lv2_ControlPort (NS_LV2 "ControlPort") + , lv2_InputPort (NS_LV2 "InputPort") + , lv2_OutputPort (NS_LV2 "OutputPort") + , lv2_Plugin (NS_LV2 "Plugin") + , lv2_default (NS_LV2 "default") + , lv2_index (NS_LV2 "index") + , lv2_integer (NS_LV2 "integer") + , lv2_maximum (NS_LV2 "maximum") + , lv2_minimum (NS_LV2 "minimum") + , lv2_name (NS_LV2 "name") + , lv2_portProperty (NS_LV2 "portProperty") + , lv2_symbol (NS_LV2 "symbol") + , lv2_toggled (NS_LV2 "toggled") + , midi_Bender (NS_MIDI "Bender") + , midi_ChannelPressure (NS_MIDI "ChannelPressure") + , midi_Controller (NS_MIDI "Controller") + , midi_MidiEvent ("http://lv2plug.in/ns/ext/midi#MidiEvent") + , midi_Note (NS_MIDI "Note") + , midi_controllerNumber (NS_MIDI "controllerNumber") + , midi_noteNumber (NS_MIDI "noteNumber") + , rdf_instanceOf (NS_RDF "instanceOf") + , rdf_type (NS_RDF "type") + , rdfs_seeAlso (NS_RDFS "seeAlso") + , ui_Events ("http://lv2plug.in/ns/extensions/ui#Events") + , wildcard (NS_INGEN "wildcard") { uri_map_feature_data.uri_to_id = &LV2URIMap::uri_map_uri_to_id; uri_map_feature_data.callback_data = this; |