LMMS
Loading...
Searching...
No Matches
Steinberg::Vst::DataEvent Struct Reference

#include <ivstevents.h>

Public Types

enum  DataTypes { kMidiSysEx = 0 }

Public Attributes

uint32 size
 size in bytes of the data block bytes
uint32 type
 type of this data block (see DataTypes)
const uint8bytes
 pointer to the data block

Detailed Description

Data event specific data. Used in Event (union)

Member Enumeration Documentation

◆ DataTypes

Value for DataEvent::type

Enumerator
kMidiSysEx 

for MIDI system exclusive message

Member Data Documentation

◆ bytes

const uint8* Steinberg::Vst::DataEvent::bytes

pointer to the data block

◆ size

uint32 Steinberg::Vst::DataEvent::size

size in bytes of the data block bytes

◆ type

uint32 Steinberg::Vst::DataEvent::type

type of this data block (see DataTypes)


The documentation for this struct was generated from the following file: