pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Static Public Member Functions
SchmidtUnit< SampleType > Class Template Reference

Schmidt trigger. More...

List of all members.

Static Public Member Functions

static UnitType ar (UnitType const &input, UnitType const &minimum, UnitType const &maximum, BlockSize const &preferredBlockSize=BlockSize::getDefault(), SampleRate const &preferredSampleRate=SampleRate::getDefault()) throw ()
 Create an audio rate sample rate converter.

Detailed Description

template<class SampleType>
class SchmidtUnit< SampleType >

Schmidt trigger.

Factory functions:
  • ar (input, minimum, maximum, preferredBlockSize=default, preferredSampleRate=default)
  • kr (input, minimum, maximum)
Inputs:
  • input: (unit, multi) the input unit within which triggers are detected
  • minimum: (unit, multi) the lower threshold
  • maximum: (unit, multi) the upper threshold
  • preferredBlockSize: the preferred output block size
  • preferredSampleRate: the preferred output sample rate

Member Function Documentation

template<class SampleType >
static UnitType SchmidtUnit< SampleType >::ar ( UnitType const &  input,
UnitType const &  minimum,
UnitType const &  maximum,
BlockSize const &  preferredBlockSize = BlockSize::getDefault(),
SampleRate const &  preferredSampleRate = SampleRate::getDefault() 
) throw () [inline, static]

Create an audio rate sample rate converter.


The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerations Enumerator Properties