dplug v6.0.22
Dub
Repo
VstMidiSysexEvent
dplug
vst
aeffectx
MIDI Sysex Event (to be casted from #VstEvent).
struct
VstMidiSysexEvent {
VstInt32
type
;
VstInt32
byteSize
;
VstInt32
deltaFrames
;
VstInt32
flags
;
VstInt32
dumpBytes
;
VstIntPtr
resvd1
;
char
*
sysexDump
;
VstIntPtr
resvd2
;
}
Meta
Source
See Implementation
dplug
vst
aeffectx
aliases
AEffectXOpcodes
AudioMasterOpcodesX
Vst2StringConstants
VstAudioFileFlags
VstAutomationStates
VstEventTypes
VstFileSelectCommand
VstFileSelectType
VstHostLanguage
VstMidiEventFlags
VstMidiProgramNameFlags
VstModifierKey
VstOfflineOption
VstOfflineTaskFlags
VstPanLawType
VstParameterFlags
VstPinPropertiesFlags
VstPlugCategory
VstProcessLevels
VstProcessPrecision
VstSmpteFrameRate
VstSpeakerArrangementType
VstSpeakerType
VstTimeInfoFlags
VstUserSpeakerType
VstVirtualKey
structs
DEPRECATED_VstWindow
MidiKeyName
MidiProgramCategory
MidiProgramName
VstAudioFile
VstAudioFileMarker
VstEvent
VstEvents
VstFileSelect
VstFileType
VstKeyCode
VstMidiEvent
VstMidiSysexEvent
VstOfflineTask
VstParameterProperties
VstPatchChunkInfo
VstPinProperties
VstSpeakerArrangement
VstSpeakerProperties
VstTimeInfo
VstVariableIo
MIDI Sysex Event (to be casted from #VstEvent).