ASPiK SDK
|
Information package a joystick or trackpad GUI interaction. More...
#include <pluginstructures.h>
Public Member Functions | |
JSControl & | operator= (const JSControl &aControl) |
Public Attributes | |
int32_t | trackpadIndex = -1 |
trackpad or joystick index | |
bool | midiControl = false |
MIDI enabled. | |
uint32_t | midiControlCommand = 0 |
MIDI CC type. | |
uint32_t | midiControlName = 0 |
MIDI CC. | |
uint32_t | midiControlChannel = 0 |
MIDI CC Channel. | |
double | joystickValue = 0.0 |
joystick value as a double | |
bool | korgVectorJoystickOrientation = false |
vector joystick orientation | |
bool | enableParamSmoothing = false |
param smoothing on joystick (can be CPU abusive) | |
double | smoothingTimeInMs = 0.0 |
JS smoothing time. | |
Information package a joystick or trackpad GUI interaction.