ASPiK SDK
VectorJoystickData Struct Reference

Incoming data from a vector joystick. More...

#include <pluginstructures.h>

Public Member Functions

 VectorJoystickData (double _vectorA, double _vectorB, double _vectorC, double _vectorD, double _vectorACMix, double _vectorBDMix)
 

Public Attributes

double vectorA = 0.0
 A value.
 
double vectorB = 0.0
 Bvalue.
 
double vectorC = 0.0
 C value.
 
double vectorD = 0.0
 D value.
 
double vectorACMix = 0.0
 AC mix.
 
double vectorBDMix = 0.0
 BD mix.
 

Detailed Description

Incoming data from a vector joystick.

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: