8namespace zrythm::dsp::graph
30 graph.finalize_nodes ();
The Graph class represents a graph of DSP nodes.
Interface for building a graph of nodes.
void build_graph(Graph &graph)
Populates the graph.
virtual void build_graph_impl(Graph &graph)=0
Actual logic to be implemented by subclasses.