Implements a first order APF that is used to generate a fractional delay for the physcial model of a string.
More...
#include <synthbase.h>
Implements a first order APF that is used to generate a fractional delay for the physcial model of a string.
- you set the single coefficient alpha directly
- this really just runs a simple 1st order feedbadk/feedforward structure and does no calculation
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ processAudioSample()
double SynthLab::FracDelayAPF::processAudioSample |
( |
double |
xn | ) |
|
|
inline |
run the filter
- Parameters
-
- Returns
- the filtered output
◆ reset()
void SynthLab::FracDelayAPF::reset |
( |
| ) |
|
|
inline |
◆ setAlpha()
void SynthLab::FracDelayAPF::setAlpha |
( |
double |
_alpha | ) |
|
|
inline |
set the single coefficient
The documentation for this class was generated from the following file: