|
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 600 of file IPlugStructs.h.
|
inline |
Definition at line 607 of file IPlugStructs.h.
| IByteChunk IPreset::mChunk |
Definition at line 605 of file IPlugStructs.h.
| bool IPreset::mInitialized = false |
Definition at line 602 of file IPlugStructs.h.
| char IPreset::mName[MAX_PRESET_NAME_LEN] |
Definition at line 603 of file IPlugStructs.h.