ASPiK SDK
Loading...
Searching...
No Matches
VSTGUI::CustomViewMessage Struct Reference

Custom structure for passing messages and data to and from the plugin core object. See the Custom View tutorial project for more informaiton. More...

#include <customviews.h>

Public Member Functions

 CustomViewMessage (const CustomViewMessage &initMessage)
 
CustomViewMessageoperator= (const CustomViewMessage &viewMessage)
 

Public Attributes

unsigned int message = MESSAGE_HIDE_CONTROL
 
bool visible = true
 
bool showAlternateGraphic = false
 
double controlAlpha = 1.0
 
std::string queryString
 
std::string replyString
 
void * messageData = nullptr
 

Detailed Description

Custom structure for passing messages and data to and from the plugin core object. See the Custom View tutorial project for more informaiton.

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: