|
iPlug2 - C++ Audio Plug-in Framework
|
A struct used for specifying baked-in factory presets. More...
#include <IPlugStructs.h>
Public Attributes | |
| bool | mInitialized = false |
| char | mName [MAX_PRESET_NAME_LEN] |
| IByteChunk | mChunk |
A struct used for specifying baked-in factory presets.
Definition at line 601 of file IPlugStructs.h.
|
inline |
Definition at line 608 of file IPlugStructs.h.
| IByteChunk IPreset::mChunk |
Definition at line 606 of file IPlugStructs.h.
| bool IPreset::mInitialized = false |
Definition at line 603 of file IPlugStructs.h.
| char IPreset::mName[MAX_PRESET_NAME_LEN] |
Definition at line 604 of file IPlugStructs.h.