![]() |
Audacity 3.2.0
|
#include <aeffectx.h>
Public Attributes | |
| int32_t | version |
| int32_t | pluginUniqueID |
| int32_t | pluginVersion |
| int32_t | numElements |
| char | future [48] |
Definition at line 353 of file aeffectx.h.
| char VstPatchChunkInfo::future[48] |
Definition at line 359 of file aeffectx.h.
| int32_t VstPatchChunkInfo::numElements |
Definition at line 358 of file aeffectx.h.
Referenced by VSTWrapper::callSetChunk(), VSTWrapper::HandleXMLTag(), VSTWrapper::IsCompatible(), VSTWrapper::LoadFXB(), and VSTWrapper::LoadFXProgram().
| int32_t VstPatchChunkInfo::pluginUniqueID |
Definition at line 356 of file aeffectx.h.
Referenced by VSTWrapper::callSetChunk(), VSTWrapper::HandleXMLTag(), VSTWrapper::IsCompatible(), VSTWrapper::LoadFXB(), and VSTWrapper::LoadFXProgram().
| int32_t VstPatchChunkInfo::pluginVersion |
Definition at line 357 of file aeffectx.h.
Referenced by VSTWrapper::callSetChunk(), VSTWrapper::HandleXMLTag(), VSTWrapper::IsCompatible(), VSTWrapper::LoadFXB(), and VSTWrapper::LoadFXProgram().
| int32_t VstPatchChunkInfo::version |
Definition at line 355 of file aeffectx.h.
Referenced by VSTWrapper::callSetChunk(), and VSTWrapper::HandleXMLTag().