|
LMMS
|
Topics | |
| Forge | |
| Utilities | |
Classes | |
| struct | LV2_Atom |
| struct | LV2_Atom_Int |
| struct | LV2_Atom_Long |
| struct | LV2_Atom_Float |
| struct | LV2_Atom_Double |
| struct | LV2_Atom_URID |
| struct | LV2_Atom_String |
| struct | LV2_Atom_Literal_Body |
| struct | LV2_Atom_Literal |
| struct | LV2_Atom_Tuple |
| struct | LV2_Atom_Vector_Body |
| struct | LV2_Atom_Vector |
| struct | LV2_Atom_Property_Body |
| struct | LV2_Atom_Property |
| struct | LV2_Atom_Object_Body |
| struct | LV2_Atom_Object |
| struct | LV2_Atom_Event |
| struct | LV2_Atom_Sequence_Body |
| struct | LV2_Atom_Sequence |
Typedefs | |
| typedef LV2_Atom_Int | LV2_Atom_Bool |
| typedef LV2_Atom_Int | LV2_Atom_Bool |
A generic value container and several data types, see http://lv2plug.in/ns/ext/atom for details.
A generic value container and several data types.
See http://lv2plug.in/ns/ext/atom for details.
| #define LV2_ATOM__Atom LV2_ATOM_PREFIX "Atom" |
| #define LV2_ATOM__Atom LV2_ATOM_PREFIX "Atom" |
| #define LV2_ATOM__AtomPort LV2_ATOM_PREFIX "AtomPort" |
| #define LV2_ATOM__AtomPort LV2_ATOM_PREFIX "AtomPort" |
| #define LV2_ATOM__atomTransfer LV2_ATOM_PREFIX "atomTransfer" |
| #define LV2_ATOM__atomTransfer LV2_ATOM_PREFIX "atomTransfer" |
| #define LV2_ATOM__beatTime LV2_ATOM_PREFIX "beatTime" |
| #define LV2_ATOM__beatTime LV2_ATOM_PREFIX "beatTime" |
| #define LV2_ATOM__Blank LV2_ATOM_PREFIX "Blank" |
| #define LV2_ATOM__Blank LV2_ATOM_PREFIX "Blank" |
| #define LV2_ATOM__Bool LV2_ATOM_PREFIX "Bool" |
| #define LV2_ATOM__Bool LV2_ATOM_PREFIX "Bool" |
| #define LV2_ATOM__bufferType LV2_ATOM_PREFIX "bufferType" |
| #define LV2_ATOM__bufferType LV2_ATOM_PREFIX "bufferType" |
| #define LV2_ATOM__childType LV2_ATOM_PREFIX "childType" |
| #define LV2_ATOM__childType LV2_ATOM_PREFIX "childType" |
| #define LV2_ATOM__Chunk LV2_ATOM_PREFIX "Chunk" |
| #define LV2_ATOM__Chunk LV2_ATOM_PREFIX "Chunk" |
| #define LV2_ATOM__Double LV2_ATOM_PREFIX "Double" |
| #define LV2_ATOM__Double LV2_ATOM_PREFIX "Double" |
| #define LV2_ATOM__Event LV2_ATOM_PREFIX "Event" |
| #define LV2_ATOM__Event LV2_ATOM_PREFIX "Event" |
| #define LV2_ATOM__eventTransfer LV2_ATOM_PREFIX "eventTransfer" |
| #define LV2_ATOM__eventTransfer LV2_ATOM_PREFIX "eventTransfer" |
| #define LV2_ATOM__Float LV2_ATOM_PREFIX "Float" |
| #define LV2_ATOM__Float LV2_ATOM_PREFIX "Float" |
| #define LV2_ATOM__frameTime LV2_ATOM_PREFIX "frameTime" |
| #define LV2_ATOM__frameTime LV2_ATOM_PREFIX "frameTime" |
| #define LV2_ATOM__Int LV2_ATOM_PREFIX "Int" |
| #define LV2_ATOM__Int LV2_ATOM_PREFIX "Int" |
| #define LV2_ATOM__Literal LV2_ATOM_PREFIX "Literal" |
| #define LV2_ATOM__Literal LV2_ATOM_PREFIX "Literal" |
| #define LV2_ATOM__Long LV2_ATOM_PREFIX "Long" |
| #define LV2_ATOM__Long LV2_ATOM_PREFIX "Long" |
| #define LV2_ATOM__Number LV2_ATOM_PREFIX "Number" |
| #define LV2_ATOM__Number LV2_ATOM_PREFIX "Number" |
| #define LV2_ATOM__Object LV2_ATOM_PREFIX "Object" |
| #define LV2_ATOM__Object LV2_ATOM_PREFIX "Object" |
| #define LV2_ATOM__Path LV2_ATOM_PREFIX "Path" |
| #define LV2_ATOM__Path LV2_ATOM_PREFIX "Path" |
| #define LV2_ATOM__Property LV2_ATOM_PREFIX "Property" |
| #define LV2_ATOM__Property LV2_ATOM_PREFIX "Property" |
| #define LV2_ATOM__Resource LV2_ATOM_PREFIX "Resource" |
| #define LV2_ATOM__Resource LV2_ATOM_PREFIX "Resource" |
| #define LV2_ATOM__Sequence LV2_ATOM_PREFIX "Sequence" |
| #define LV2_ATOM__Sequence LV2_ATOM_PREFIX "Sequence" |
| #define LV2_ATOM__Sound LV2_ATOM_PREFIX "Sound" |
| #define LV2_ATOM__Sound LV2_ATOM_PREFIX "Sound" |
| #define LV2_ATOM__String LV2_ATOM_PREFIX "String" |
| #define LV2_ATOM__String LV2_ATOM_PREFIX "String" |
| #define LV2_ATOM__supports LV2_ATOM_PREFIX "supports" |
| #define LV2_ATOM__supports LV2_ATOM_PREFIX "supports" |
| #define LV2_ATOM__timeUnit LV2_ATOM_PREFIX "timeUnit" |
| #define LV2_ATOM__timeUnit LV2_ATOM_PREFIX "timeUnit" |
| #define LV2_ATOM__Tuple LV2_ATOM_PREFIX "Tuple" |
| #define LV2_ATOM__Tuple LV2_ATOM_PREFIX "Tuple" |
| #define LV2_ATOM__URI LV2_ATOM_PREFIX "URI" |
| #define LV2_ATOM__URI LV2_ATOM_PREFIX "URI" |
| #define LV2_ATOM__URID LV2_ATOM_PREFIX "URID" |
| #define LV2_ATOM__URID LV2_ATOM_PREFIX "URID" |
| #define LV2_ATOM__Vector LV2_ATOM_PREFIX "Vector" |
| #define LV2_ATOM__Vector LV2_ATOM_PREFIX "Vector" |
| #define LV2_ATOM_BODY | ( | atom | ) |
Return a pointer to the body of an Atom. The "body" of an atom is the data just past the LV2_Atom head (i.e. the same offset for all types).
| #define LV2_ATOM_BODY | ( | atom | ) |
Return a pointer to the body of an Atom. The "body" of an atom is the data just past the LV2_Atom head (i.e. the same offset for all types).
| #define LV2_ATOM_BODY_CONST | ( | atom | ) |
Const version of LV2_ATOM_BODY.
| #define LV2_ATOM_BODY_CONST | ( | atom | ) |
Const version of LV2_ATOM_BODY.
| #define LV2_ATOM_CONTENTS | ( | type, | |
| atom ) |
Return a pointer to the contents of an Atom. The "contents" of an atom is the data past the complete type-specific header.
| type | The type of the atom, e.g. LV2_Atom_String. |
| Atom | A variable-sized atom. |
Return a pointer to the contents of an Atom. The "contents" of an atom is the data past the complete type-specific header.
| type | The type of the atom, for example LV2_Atom_String. |
| Atom | A variable-sized atom. |
| #define LV2_ATOM_CONTENTS | ( | type, | |
| atom ) |
Return a pointer to the contents of an Atom. The "contents" of an atom is the data past the complete type-specific header.
| type | The type of the atom, for example LV2_Atom_String. |
| Atom | A variable-sized atom. |
| #define LV2_ATOM_CONTENTS_CONST | ( | type, | |
| atom ) |
| #define LV2_ATOM_CONTENTS_CONST | ( | type, | |
| atom ) |
| #define LV2_ATOM_PREFIX LV2_ATOM_URI "#" |
| #define LV2_ATOM_PREFIX LV2_ATOM_URI "#" |
| #define LV2_ATOM_REFERENCE_TYPE 0 |
The special type for a reference atom.
| #define LV2_ATOM_REFERENCE_TYPE 0 |
The special type for a reference atom.
| #define LV2_ATOM_URI "http://lv2plug.in/ns/ext/atom" |
| #define LV2_ATOM_URI "http://lv2plug.in/ns/ext/atom" |
| typedef LV2_Atom_Int LV2_Atom_Bool |
An atom:Bool. May be cast to LV2_Atom.
| typedef LV2_Atom_Int LV2_Atom_Bool |
An atom:Bool. May be cast to LV2_Atom.