LV2  1.0.13
Data Structures
Here are the data structures with brief descriptions:
LV2_AtomThe header of an atom:Atom
LV2_Atom_DoubleAn atom:Double
LV2_Atom_EventThe header of an atom:Event
LV2_Atom_FloatAn atom:Float
LV2_Atom_ForgeA "forge" for creating atoms by appending to a buffer
LV2_Atom_Forge_FrameA stack frame used for keeping track of nested Atom containers
LV2_Atom_IntAn atom:Int or atom:Bool
LV2_Atom_LiteralAn atom:Literal
LV2_Atom_Literal_BodyThe body of an atom:Literal
LV2_Atom_LongAn atom:Long
LV2_Atom_ObjectAn atom:Object
LV2_Atom_Object_BodyThe body of an atom:Object
LV2_Atom_Object_QueryA single entry in an Object query
LV2_Atom_PropertyAn atom:Property
LV2_Atom_Property_BodyThe body of an atom:Property (e.g
LV2_Atom_SequenceAn atom:Sequence
LV2_Atom_Sequence_BodyThe body of an atom:Sequence (a sequence of events)
LV2_Atom_StringAn atom:String
LV2_Atom_TupleAn atom:Tuple
LV2_Atom_URIDAn atom:URID
LV2_Atom_VectorAn atom:Vector
LV2_Atom_Vector_BodyThe body of an atom:Vector
LV2_DescriptorPlugin Descriptor
LV2_EventAn LV2 event (header only)
LV2_Event_BufferA buffer of LV2 events (header only)
LV2_Event_FeatureNon-POD events feature
LV2_Event_IteratorAn iterator over an LV2_Event_Buffer
LV2_Extension_Data_FeatureThe data field of the LV2_Feature for this extension
LV2_FeatureFeature
LV2_Lib_DescriptorDescriptor for a plugin library
LV2_Log_LogLog feature (LV2_LOG__log)
LV2_Options_InterfaceInterface for dynamically setting options (LV2_OPTIONS__interface)
LV2_Options_OptionAn option
LV2_Resize_Port_Resize
LV2_State_InterfaceLV2 Plugin State Interface
LV2_State_Make_PathFeature data for state:makePath (LV2_STATE__makePath)
LV2_State_Map_PathFeature data for state:mapPath (LV2_STATE__mapPath)
LV2_URI_Map_FeatureURI Map Feature
LV2_URID_MapURID Map Feature (LV2_URID__map)
LV2_URID_UnmapURI Unmap Feature (LV2_URID__unmap)
LV2_Worker_InterfaceLV2 Plugin Worker Interface
LV2_Worker_Schedule
LV2UI_DescriptorA plugin UI
LV2UI_Idle_InterfaceUI Idle Interface (LV2_UI__idleInterface)
LV2UI_Peak_DataPeak data for a slice of time, the update format for ui:peakProtocol
LV2UI_Port_MapFeature to map port symbols to UIs
LV2UI_Port_SubscribeFeature to subscribe to port updates (LV2_UI__portSubscribe)
LV2UI_ResizeFeature/interface for resizable UIs (LV2_UI__resize)
LV2UI_Show_InterfaceUI Show Interface (LV2_UI__showInterface)
LV2UI_TouchA feature to notify the host that the user has grabbed a UI control