Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
gui_backend.h File Reference

Track serialization. More...

#include "utils/types.h"
#include <glib.h>
#include <yyjson.h>
Include dependency graph for gui_backend.h:

Go to the source code of this file.

Functions

 TYPEDEF_STRUCT (ClipEditor)
 
 TYPEDEF_STRUCT (Timeline)
 
 TYPEDEF_STRUCT (SnapGrid)
 
 TYPEDEF_STRUCT (QuantizeOptions)
 
bool clip_editor_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *ce_obj, const ClipEditor *ce, GError **error)
 
bool timeline_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *t_obj, const Timeline *t, GError **error)
 
bool snap_grid_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *sg_obj, const SnapGrid *sg, GError **error)
 
bool quantize_options_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *qo_obj, const QuantizeOptions *qo, GError **error)
 
bool clip_editor_deserialize_from_json (yyjson_doc *doc, yyjson_val *ce_obj, ClipEditor *ce, GError **error)
 
bool timeline_deserialize_from_json (yyjson_doc *doc, yyjson_val *t_obj, Timeline *t, GError **error)
 
bool snap_grid_deserialize_from_json (yyjson_doc *doc, yyjson_val *sg_obj, SnapGrid *sg, GError **error)
 
bool quantize_options_deserialize_from_json (yyjson_doc *doc, yyjson_val *qo_obj, QuantizeOptions *qo, GError **error)
 

Detailed Description

Track serialization.

Definition in file gui_backend.h.