ASPiK SDK
Loading...
Searching...
No Matches
GUIParameter Struct Reference

Information that defines a single GUI parameter's possible values and ID. More...

#include <pluginstructures.h>

Public Member Functions

GUIParameteroperator= (const GUIParameter &data)
 

Public Attributes

uint32_t controlID = 0
 ID value.
 
double actualValue = 0.0
 actual value
 
bool useCustomData = false
 custom data flag (reserved for future use)
 
void * customData = nullptr
 custom data (reserved for future use)
 

Detailed Description

Information that defines a single GUI parameter's possible values and ID.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

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