|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Graph exporter. More...
#include "zrythm-config.h"
Go to the source code of this file.
Enumerations | |
| enum class | GraphExportType { NUM_GRAPH_EXPORT_TYPES } |
| Export type. More... | |
Functions | |
| void | graph_export_as_simple (GraphExportType type, const char *export_path) |
| void | graph_export_as (dsp::graph::Graph *graph, GraphExportType type, const char *path) |
| Exports the graph at the given path. | |
Graph exporter.
Definition in file graph_export.h.