SynthLab SDK
|
See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle. More...
#include "synthlabdm.h"
#include <fstream>
#include <iomanip>
#import <CoreFoundation/CoreFoundation.h>
Functions | |
void | DeleteDLLModule (SynthLab::ModuleCore *core) |
Dynamic deleter module for the shared pointers to use. More... | |
See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle.
|
inline |
Dynamic deleter module for the shared pointers to use.
core | pointer to a core; OK if null which can happen if the DLL loading fails. |