|
LMMS
|
Public Member Functions | |
| Lv2EventData () noexcept | |
| ~Lv2EventData () noexcept | |
Public Attributes | |
| uint32_t | type |
| uint32_t | rindex |
| CarlaEngineEventPort * | port |
| union { | |
| LV2_Atom_Buffer * atom | |
| LV2_Event_Buffer * event | |
| LV2_MIDI midi | |
| }; | |
|
inlinenoexcept |
|
inlinenoexcept |
| union { ... } Lv2EventData |
| LV2_Atom_Buffer* Lv2EventData::atom |
| LV2_Event_Buffer* Lv2EventData::event |
| LV2_MIDI Lv2EventData::midi |
| CarlaEngineEventPort* Lv2EventData::port |
| uint32_t Lv2EventData::rindex |
| uint32_t Lv2EventData::type |