|
libpsynth 0.2.1
|
#include <mixer.hpp>


Public Member Functions | |
| mixer () | |
Protected Types | |
| typedef soft_buffer_in_port < Buffer > | in_port_type |
| typedef std::shared_ptr < in_port_type > | in_port_ptr |
| typedef buffer_out_port< Buffer > | out_port_type |
| typedef std::vector< in_port_ptr > | in_port_vector |
Protected Member Functions | |
| void | rt_do_process (rt_process_context &ctx) |
Protected Attributes | |
| soft_sample_in_port | _in_modulator |
| in_port_vector | _in_inputs |
| out_port_type | _out_output |
| in_control< float > | _ctl_gain |
| in_control< int > | _ctl_inputs |
typedef std::shared_ptr<in_port_type> psynth::graph::core::mixer< Buffer >::in_port_ptr [protected] |
typedef soft_buffer_in_port<Buffer> psynth::graph::core::mixer< Buffer >::in_port_type [protected] |
typedef std::vector<in_port_ptr> psynth::graph::core::mixer< Buffer >::in_port_vector [protected] |
typedef buffer_out_port<Buffer> psynth::graph::core::mixer< Buffer >::out_port_type [protected] |
| psynth::graph::core::mixer< B >::mixer | ( | ) |
| void psynth::graph::core::mixer< B >::rt_do_process | ( | rt_process_context & | ctx | ) | [protected, virtual] |
Reimplemented from psynth::graph::node.
in_control<float> psynth::graph::core::mixer< Buffer >::_ctl_gain [protected] |
in_control<int> psynth::graph::core::mixer< Buffer >::_ctl_inputs [protected] |
in_port_vector psynth::graph::core::mixer< Buffer >::_in_inputs [protected] |
soft_sample_in_port psynth::graph::core::mixer< Buffer >::_in_modulator [protected] |
out_port_type psynth::graph::core::mixer< Buffer >::_out_output [protected] |
1.7.4