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
BusReadUnit< SampleType > Class Template Reference

Reads data from a Bus. More...

List of all members.

Static Public Member Functions

static UnitType ar (Busses const &busses, BlockSize const &preferredBlockSize=BlockSize::getDefault()) throw ()
 Create an audio rate bus reader.

Detailed Description

template<class SampleType>
class BusReadUnit< SampleType >

Reads data from a Bus.

Factory functions:
  • ar (busses, preferredBlockSize=default)
  • kr (busses)
Inputs:
  • busses: (busses, multi) the busses from which to read the signal(s)
  • preferredBlockSize: the preferred output block size (for advanced usage, leave on default if unsure)

Member Function Documentation

template<class SampleType >
static UnitType BusReadUnit< SampleType >::ar ( Busses const &  busses,
BlockSize const &  preferredBlockSize = BlockSize::getDefault() 
) throw () [inline, static]

Create an audio rate bus reader.


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