pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
TypeUnitBase< OutputSampleType, InputSampleType > Class Template Reference

Convert from one sample type to another. More...

Inherited by TypeUnit< OutputSampleType, InputSampleType >.

List of all members.


Detailed Description

template<class OutputSampleType, class InputSampleType>
class TypeUnitBase< OutputSampleType, InputSampleType >

Convert from one sample type to another.

E.g., from float to short (i.e, 16bit)

Factory functions:
  • ar (input, preferredBlockSize=noPref, preferredSampleRate=noPref)
  • kr (input)
Inputs:
  • input: (unit, multi) the unit to convert
  • preferredBlockSize: the preferred output block size
  • preferredSampleRate: the preferred output sample rate

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