|
libpsynth 0.2.1
|
#include <control.hpp>


Public Member Functions | |
| virtual const T & | get () const =0 |
| virtual void | rt_set (const T &val, rt_process_context &ctx)=0 |
| virtual const T & | rt_get () const =0 |
| base::type_value | type () const |
| std::string | str () const |
Protected Member Functions | |
| typed_out_control_base (const std::string &name, node *owner) | |
| psynth::graph::typed_out_control_base< T >::typed_out_control_base | ( | const std::string & | name, |
| node * | owner | ||
| ) | [inline, protected] |
| virtual const T& psynth::graph::typed_out_control_base< T >::get | ( | ) | const [pure virtual] |
| virtual const T& psynth::graph::typed_out_control_base< T >::rt_get | ( | ) | const [pure virtual] |
| virtual void psynth::graph::typed_out_control_base< T >::rt_set | ( | const T & | val, |
| rt_process_context & | ctx | ||
| ) | [pure virtual] |
| std::string psynth::graph::typed_out_control_base< T >::str | ( | ) | const [inline, virtual] |
Implements psynth::graph::control_base.
| base::type_value psynth::graph::typed_out_control_base< T >::type | ( | ) | const [inline, virtual] |
Implements psynth::graph::control_base.
1.7.4