|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | Steinberg |
| namespace | Steinberg::Vst |
Functions | |
| const ChunkID & | Steinberg::Vst::getChunkID (ChunkType type) |
| bool | Steinberg::Vst::verify (tresult result) |
| bool | Steinberg::Vst::copyStream (IBStream *inStream, IBStream *outStream) |
Variables | |
| static const ChunkID | Steinberg::Vst::commonChunks [kNumPresetChunks] |
| static const int32 | Steinberg::Vst::kFormatVersion = 1 |
| static const int32 | Steinberg::Vst::kClassIDSize = 32 |
| static const int32 | Steinberg::Vst::kHeaderSize = sizeof (ChunkID) + sizeof (int32) + kClassIDSize + sizeof (TSize) |
| static const int32 | Steinberg::Vst::kListOffsetPos = kHeaderSize - sizeof (TSize) |