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

Processing structure; this is described in detail in Designing Audio Effects in C++ 2nd Ed. by Will Pirkle and is part of the monolithic parameters AAX programming paradigm; this is very well documented in the AAX SDK documentation. More...

#include <AAXPluginParameters.h>

Public Attributes

pluginPrivateDataprivateData
 
float ** inputBufferPtrs
 
float ** outputBufferPtrs
 
int32_t * bufferLength
 
AAX_IMIDINode * midiInputNode
 
AAX_IMIDINode * midiTransportNode
 
int64_t * currentStateNum
 

Detailed Description

Processing structure; this is described in detail in Designing Audio Effects in C++ 2nd Ed. by Will Pirkle and is part of the monolithic parameters AAX programming paradigm; this is very well documented in the AAX SDK documentation.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included ASPiK
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

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