SynthLab SDK
synthlabdm.cpp File Reference

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...
 

Detailed Description

See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle.

Author
Will Pirkle
Date
20-April-2021

Function Documentation

◆ DeleteDLLModule()

void DeleteDLLModule ( SynthLab::ModuleCore core)
inline

Dynamic deleter module for the shared pointers to use.

Parameters
corepointer to a core; OK if null which can happen if the DLL loading fails.