Ardour  9.0-pre0-1792-g9dafed2d76
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 66 of file vst3_host.h.

Variable Documentation

◆ kClassIDSize

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

Definition at line 67 of file vst3_host.h.

◆ kHeaderSize

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

Definition at line 68 of file vst3_host.h.

◆ kListOffsetPos

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

Definition at line 69 of file vst3_host.h.