pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Classes | Typedefs
Delay units classes.
Unit categories

A list of all delay-based unit classes and their brief descriptions. More...

Classes

class  AllpassDecayUnit< SampleType, InterpTypeCode >
 An allpass delay setting the decay as a time to decay by 60dB. More...
class  AllpassFFFBUnit< SampleType, InterpTypeCode >
 An allpass delay setting the feedforward and feeback coefficient directly. More...
class  CombDecayUnit< SampleType, InterpTypeCode >
 A comb filter setting the decay as a time to decay by 60dB. More...
class  CombFBUnit< SampleType, InterpTypeCode >
 A comb filter setting the feedback amount directly. More...
class  CombFilter1ParamUnit< FilterShape, InterpTypeCode >
 A comb filter with a filter in the feedback loop (where the filter takes one parameter). More...
class  DelayUnit< SampleType, InterpTypeCode >
 Simple delay processor. More...

Typedefs

typedef CombFilter1ParamUnit
< FilterShapeLPFP1Base
< PLONK_TYPE_DEFAULT > > 
CombLPFP1
 A comb filter with a one-pole low-pass filter in the feedback loop.
typedef CombFilter1ParamUnit
< FilterShapeLPFBase
< PLONK_TYPE_DEFAULT > > 
CombLPF
 A comb filter with a Butterworth low-pass filter in the feedback loop.
typedef CombFilter1ParamUnit
< FilterShapeHPFP1Base
< PLONK_TYPE_DEFAULT > > 
CombHPFP1
 A comb filter with a one-pole high-pass filter in the feedback loop.
typedef CombFilter1ParamUnit
< FilterShapeHPFBase
< PLONK_TYPE_DEFAULT > > 
CombHPF
 A comb filter with a Butterworth high-pass filter in the feedback loop.

Detailed Description

A list of all delay-based unit classes and their brief descriptions.


Typedef Documentation

typedef CombFilter1ParamUnit<FilterShapeHPFBase<PLONK_TYPE_DEFAULT> > CombHPF

A comb filter with a Butterworth high-pass filter in the feedback loop.

typedef CombFilter1ParamUnit<FilterShapeHPFP1Base<PLONK_TYPE_DEFAULT> > CombHPFP1

A comb filter with a one-pole high-pass filter in the feedback loop.

typedef CombFilter1ParamUnit<FilterShapeLPFBase<PLONK_TYPE_DEFAULT> > CombLPF

A comb filter with a Butterworth low-pass filter in the feedback loop.

typedef CombFilter1ParamUnit<FilterShapeLPFP1Base<PLONK_TYPE_DEFAULT> > CombLPFP1

A comb filter with a one-pole low-pass filter in the feedback loop.

 All Classes Functions Typedefs Enumerations Enumerator Properties