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

Atomic variable unit. More...

List of all members.

Static Public Member Functions

static UnitType ar (AtomicVariableType const &atomicVariable=SampleType(0), BlockSize const &preferredBlockSize=BlockSize::getDefault()) throw ()
 Create control rate variable.

Detailed Description

template<class SampleType>
class AtomicVariableUnit< SampleType >

Atomic variable unit.

Factory functions:
  • ar (atomicVariable=0, preferredBlockSize=default)
  • kr (atomicVariable=0)
Inputs:
  • atomicVariable: (atomicvariable) the atomicvariable to use as a unit, changes to the value are threadsafe
  • preferredBlockSize: the preferred output block size (for advanced usage, leave on default if unsure)

Member Function Documentation

template<class SampleType >
static UnitType AtomicVariableUnit< SampleType >::ar ( AtomicVariableType const &  atomicVariable = SampleType (0),
BlockSize const &  preferredBlockSize = BlockSize::getDefault() 
) throw () [inline, static]

Create control rate variable.


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