|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Utility class for exporting DSP graphs. More...
#include <src/dsp/graph_export.h>
Static Public Member Functions | |
| static utils::Utf8String | export_to_dot (const Graph &graph, bool include_class_names=false) |
| Export a DSP graph to DOT format. | |
Utility class for exporting DSP graphs.
Provides methods to generate DOT graph descriptions from DSP graphs for visualization and debugging purposes.
Definition at line 18 of file graph_export.h.
|
static |
Export a DSP graph to DOT format.
| graph | Graph to export |
| include_class_names | Whether to include class names in node labels |
The generated DOT graph includes:
Example usage of the output: