6#include "dsp/graph_builder.h"
15namespace zrythm::structure::project
27 : project_ (&project), metronome_ (&metronome),
28 monitor_fader_ (&monitor_fader)
A Fader is a processor that is used for volume controls and pan.
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.