SynthLab SDK
SynthLab::LookUpTable Struct Reference

Structure to hold a dynamic LUT and its length. More...

#include <synthstructures.h>

Public Member Functions

 LookUpTable (uint32_t _tableLength)
 

Public Attributes

uint32_t tableLength = 1024
 
double * table = nullptr
 

Detailed Description

Structure to hold a dynamic LUT and its length.

  • very low level array that is not shared
  • destructor must be called during lifecycle
Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included and described in further detail in Designing Software Synthesizer Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2021 / 04 / 26

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