|
|
| ChannelAudioPassthroughProcessor (utils::IObjectRegistry ®istry, QObject *parent=nullptr) |
|
| StereoPassthroughProcessor (utils::IObjectRegistry ®istry) |
|
| AudioPassthroughProcessor (utils::IObjectRegistry ®istry, AudioPort::BusLayout bus_layout, size_t num_channels) |
| auto | get_audio_in_port () -> dsp::AudioPort & |
| auto | get_audio_out_port () -> dsp::AudioPort & |
|
| ProcessorBase (utils::IObjectRegistry ®istry, utils::Utf8String name={ u8"ProcessorBase" }) |
|
void | set_name (const utils::Utf8String &name) |
| | Set a custom name to be used in the DSP graph.
|
|
void | add_input_port (const dsp::PortUuidReference &uuid) |
|
void | add_output_port (const dsp::PortUuidReference &uuid) |
|
void | add_parameter (const dsp::ProcessorParameterUuidReference &uuid) |
| auto & | get_input_ports () const |
| auto & | get_output_ports () const |
| auto & | get_parameters () const |
| const ParameterChangeTracker & | change_tracker () const noexcept |
| | Returns the change tracker.
|
| utils::Utf8String | get_node_name () const final |
| | Returns a human friendly name of the node.
|
| void | process_block (dsp::graph::ProcessBlockInfo time_nfo, const dsp::ITransport &transport, const dsp::TempoMap &tempo_map) noexcept final |
| | Calls custom_process_block() internally after processing all the parameters.
|
| void | prepare_for_processing_impl (const graph::GraphNode *node, units::sample_rate_t sample_rate, units::sample_u32_t max_block_length) final |
| void | release_resources () final |
| | Called to release resources allocated by prepare_for_processing().
|
| virtual units::sample_u32_t | get_single_playback_latency () const |
| | Returns the latency of only the given processable, without adding the previous/next latencies (zero latency by default).
|
| void | prepare_for_processing (const GraphNode *node, units::sample_rate_t sample_rate, units::sample_u32_t max_block_length) |
| | Called to allocate resources required for processing.
|
Definition at line 30 of file channel.h.