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

Delay processor with two control parameters. More...

Inherits DelayChannelInternalBase< FormType >.

List of all members.

Public Types

typedef FormType::Data Data
 To store channel state data.

Public Member Functions

void process (ProcessInfo &info, const int) throw ()
 The DSP function.

Detailed Description

template<class FormType>
class Delay4ParamChannelInternal< FormType >

Delay processor with two control parameters.


Member Typedef Documentation

template<class FormType >
typedef FormType::Data Delay4ParamChannelInternal< FormType >::Data

To store channel state data.

Sublasses should inherit from this, add their own members, and store an instance. Where applicable the structure should match the equivalents in the Plink library.

Reimplemented from ChannelInternalCore.


Member Function Documentation

template<class FormType >
void Delay4ParamChannelInternal< FormType >::process ( ProcessInfo info,
const int  channel 
) throw () [inline, virtual]

The DSP function.

This function will do all the processing for derived class.

Implements ChannelInternalCore.


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