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

Information that includes the message code as well as the message data. More...

#include <pluginstructures.h>

Public Member Functions

 MessageInfo (uint32_t _message)
 
MessageInfooperator= (const MessageInfo &data)
 

Public Attributes

uint32_t message = 0
 message code
 
void * inMessageData = nullptr
 incoming message data (interpretation depends on message)
 
void * outMessageData = nullptr
 outgoing message data (interpretation depends on message)
 
std::string inMessageString
 incoming message data as a std::string (interpretation depends on message)
 
std::string outMessageString
 outgoing message data as a std::string (interpretation depends on message)
 

Detailed Description

Information that includes the message code as well as the message data.

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: