6#include "dsp/graph_builder.h"
9namespace zrythm::structure::project
17 ProjectGraphBuilder (
Project &project) : project_ (&project) { }
A base class for ports used for connecting processors in the DSP graph.
The Graph class represents a graph of DSP nodes.
Interface for building a graph of nodes.
static bool can_ports_be_connected(Project &project, const dsp::Port &src, const dsp::Port &dest)
Adds a new connection for the given src and dest ports and validates the graph.
Core functionality of a Zrythm project.