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

Information about a paraemeter being updated. Used when bound variables are updated. Multiple advanced uses. More...

#include <pluginstructures.h>

Public Member Functions

 ParameterUpdateInfo (bool _isSmoothing, bool _isVSTSampleAccurateUpdate)
 
ParameterUpdateInfooperator= (const ParameterUpdateInfo &data)
 

Public Attributes

bool isSmoothing = false
 param is being (bulk) smoothed
 
bool isVSTSampleAccurateUpdate = false
 param updated with VST sample accurate automation
 
bool loadingPreset = false
 a preset is being loaded
 
bool boundVariableUpdate = false
 bound variable is being udpated
 
bool bufferProcUpdate = false
 update at top of buffer process
 
bool applyTaper = true
 add tapering to udpate
 

Detailed Description

Information about a paraemeter being updated. Used when bound variables are updated. Multiple advanced uses.

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: