SynthLab SDK
|
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 <synthstructures.h>
Public Member Functions | |
PluginInfo & | operator= (const PluginInfo &data) |
Public Attributes | |
const char * | pathToDLL |
complete path to the DLL (component) without trailing backslash | |
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.
|
inline |
< note copies pointer - somewhat useless