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

Identifiers, GUIDs and other strings and number id values, API specific. More...

#include <pluginstructures.h>

Public Member Functions

APISpecificInfooperator= (const APISpecificInfo &data)
 

Public Attributes

uint32_t aaxManufacturerID = 0
 aax manu ID
 
uint32_t aaxProductID = 0
 aax ID
 
std::string aaxEffectID
 aax Effect ID
 
std::string aaxBundleID
 AAX bundle /* MacOS only: this MUST match the bundle identifier in your info.plist file *‍/.
 
uint32_t aaxPluginCategoryCode = 0
 aax plugin category
 
int fourCharCode = 0
 the mystic and ancient 4-character code (oooh)
 
std::string vst3FUID
 VST GUID.
 
bool enableVST3SampleAccurateAutomation = false
 flag for sample accurate automation
 
uint32_t vst3SampleAccurateGranularity = 1
 sample accuracy granularity (update interval)
 
std::string vst3BundleID
 VST bundle ID /* MacOS only: this MUST match the bundle identifier in your info.plist file *‍/.
 
std::string auBundleID
 AU bundle ID /* MacOS only: this MUST match the bundle identifier in your info.plist file *‍/.
 
std::string auBundleName
 AU bundle name /* MacOS only: this MUST match the bundle name which is the same as the project name *‍/.
 

Detailed Description

Identifiers, GUIDs and other strings and number id values, API specific.

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: