ASPiK SDK
Loading...
Searching...
No Matches
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)
 
VectorJoystickDataoperator= (const VectorJoystickData &vsData)
 

Public Attributes

double vectorA = 0.0
 
double vectorB = 0.0
 
double vectorC = 0.0
 
double vectorD = 0.0
 
double vectorACMix = 0.0
 
double vectorBDMix = 0.0
 

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: