iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
IPreset Struct Reference

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
 

Detailed Description

A struct used for specifying baked-in factory presets.

Definition at line 601 of file IPlugStructs.h.

Constructor & Destructor Documentation

◆ IPreset()

IPreset::IPreset ( )
inline

Definition at line 608 of file IPlugStructs.h.

Member Data Documentation

◆ mChunk

IByteChunk IPreset::mChunk

Definition at line 606 of file IPlugStructs.h.

◆ mInitialized

bool IPreset::mInitialized = false

Definition at line 603 of file IPlugStructs.h.

◆ mName

char IPreset::mName[MAX_PRESET_NAME_LEN]

Definition at line 604 of file IPlugStructs.h.


The documentation for this struct was generated from the following file: