libpsynth 0.2.1
Public Member Functions
psynth::graph::out_control< T > Class Template Reference

A control for notifying the state of the node from the real time process out to the user thread. More...

#include <control.hpp>

Inheritance diagram for psynth::graph::out_control< T >:
Inheritance graph
[legend]
Collaboration diagram for psynth::graph::out_control< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 out_control (const std::string &name, node *owner=0, const T &value=T())
const control_metameta () const

Detailed Description

template<typename T>
class psynth::graph::out_control< T >

A control for notifying the state of the node from the real time process out to the user thread.


Constructor & Destructor Documentation

template<typename T >
psynth::graph::out_control< T >::out_control ( const std::string &  name,
node owner = 0,
const T &  value = T() 
) [inline]

Member Function Documentation

template<typename T >
const control_meta& psynth::graph::out_control< T >::meta ( ) const [inline, virtual]

The documentation for this class was generated from the following file: