7#include "utils/utf8_string.h"
9namespace zrythm::dsp::graph
Utility class for exporting DSP graphs.
static utils::Utf8String export_to_dot(const Graph &graph, bool include_class_names=false)
Export a DSP graph to DOT format.
The Graph class represents a graph of DSP nodes.
Lightweight UTF-8 string wrapper with safe conversions.