Ardour  9.0-pre0-582-g084a23a80d
Steinberg::Vst Namespace Reference

Typedefs

typedef char ChunkID[4]
 

Variables

static const int32 kClassIDSize = 32
 
static const int32 kHeaderSize = sizeof (ChunkID) + sizeof (int32) + kClassIDSize + sizeof (TSize)
 
static const int32 kListOffsetPos = kHeaderSize - sizeof (TSize)
 

Typedef Documentation

◆ ChunkID

typedef char Steinberg::Vst::ChunkID[4]

Definition at line 62 of file vst3_host.h.

Variable Documentation

◆ kClassIDSize

const int32 Steinberg::Vst::kClassIDSize = 32
static

Definition at line 63 of file vst3_host.h.

◆ kHeaderSize

const int32 Steinberg::Vst::kHeaderSize = sizeof (ChunkID) + sizeof (int32) + kClassIDSize + sizeof (TSize)
static

Definition at line 64 of file vst3_host.h.

◆ kListOffsetPos

const int32 Steinberg::Vst::kListOffsetPos = kHeaderSize - sizeof (TSize)
static

Definition at line 65 of file vst3_host.h.