|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
A helper class to add nodes and standard connections for a channel to a DSP graph. More...
#include <src/structure/tracks/channel_subgraph_builder.h>
Static Public Member Functions | |
| static void | add_nodes (dsp::graph::Graph &graph, Channel &ch) |
| static void | add_connections (dsp::graph::Graph &graph, dsp::PortRegistry &port_registry, Channel &ch, dsp::PortUuidReference track_processor_output) |
| Adds connections for the nodes already in the graph. | |
A helper class to add nodes and standard connections for a channel to a DSP graph.
Definition at line 16 of file channel_subgraph_builder.h.
|
static |
Adds connections for the nodes already in the graph.
This requires add_nodes() to be called beforehand.
track_processor_output must be added to the graph before calling this.| graph | |
| ch | |
| track_processor_output | Track processor output to connect to the channel's input (or the first plugin). |