|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Interface for building a graph of nodes. More...
#include <src/dsp/graph_builder.h>

Public Member Functions | |
| void | build_graph (Graph &graph) |
| Populates the graph. | |
Protected Member Functions | |
| virtual void | build_graph_impl (Graph &graph)=0 |
| Actual logic to be implemented by subclasses. | |
Interface for building a graph of nodes.
Implementations of this interface are responsible for constructing the graph of nodes that represent the audio processing pipeline.
Definition at line 17 of file graph_builder.h.
|
inline |
Populates the graph.
| graph | The graph to populate. |
Definition at line 27 of file graph_builder.h.