Zrythm
a highly automated and intuitive digital audio workstation
|
#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 (Graph *graph, GraphExportType type, const char *path) |
Exports the graph at the given path. | |
Graph exporter.
Definition in file graph_export.h.