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

Information package a joystick or trackpad GUI interaction. More...

#include <pluginstructures.h>

Public Member Functions

JSControloperator= (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.
 

Detailed Description

Information package a joystick or trackpad GUI interaction.

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: