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

Custom output structure for interpolator; it holds an arry of interpolated output samples. More...

#include <fxobjects.h>

Public Attributes

double audioData [maxSamplingRatio] = { 0.0, 0.0, 0.0, 0.0 }
 array of interpolated output samples
 
unsigned int count = maxSamplingRatio
 number of samples in output array
 

Detailed Description

Custom output structure for interpolator; it holds an arry of interpolated output samples.

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

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