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

Structure that is used during the base class initilize( ) funciton call, after object instantiation is complete. This structure contains the path to the DLL itself which can be used to open/save files including pre-installed WAV files for sample based synths. More...

#include <pluginstructures.h>

Public Member Functions

PluginInfooperator= (const PluginInfo &data)
 

Public Attributes

const char * pathToDLL
 complete path to the DLL (component) without trailing backslash
 

Detailed Description

Structure that is used during the base class initilize( ) funciton call, after object instantiation is complete. This structure contains the path to the DLL itself which can be used to open/save files including pre-installed WAV files for sample based synths.

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

Member Function Documentation

◆ operator=()

PluginInfo & PluginInfo::operator= ( const PluginInfo data)
inline

< note copies pointer - somewhat useless


The documentation for this struct was generated from the following file: