JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
Steinberg::Vst::DataEvent Struct Reference

Data event specific data. More...

#include "ivstevents.h"

Public Types

enum  DataTypes { kMidiSysEx }
 Value for DataEvent::type. More...
 

Public Attributes

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

Detailed Description

Data event specific data.

Used in Event (union)

Definition at line 70 of file ivstevents.h.

Member Enumeration Documentation

◆ DataTypes

Value for DataEvent::type.

Enumerator
kMidiSysEx 

for MIDI system exclusive message

Definition at line 77 of file ivstevents.h.

Member Data Documentation

◆ bytes

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

pointer to the data block

Definition at line 74 of file ivstevents.h.

◆ size

uint32 Steinberg::Vst::DataEvent::size

size in bytes of the data block bytes

Definition at line 72 of file ivstevents.h.

◆ type

uint32 Steinberg::Vst::DataEvent::type

type of this data block (see DataTypes)

Definition at line 73 of file ivstevents.h.


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