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

Information about a GUI update message; this is for sending GUI control information from the plugin core. It is not the optimal way to intelligently link or combine controls - use a sub-controller for that. This can be abused too, and create dangerous code. Make sure to see the example code before using this. More...

#include <pluginstructures.h>

Public Member Functions

GUIUpdateDataoperator= (const GUIUpdateData &data)
 

Public Attributes

uint32_t guiUpdateCode = -1
 unused
 
std::vector< GUIParameterguiParameters
 list of updates
 
void * customData = nullptr
 unused
 
bool useCustomData = false
 unused
 

Detailed Description

Information about a GUI update message; this is for sending GUI control information from the plugin core. It is not the optimal way to intelligently link or combine controls - use a sub-controller for that. This can be abused too, and create dangerous code. Make sure to see the example code before using this.

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: