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

Track serialization. More...

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

Go to the source code of this file.

Functions

 TYPEDEF_STRUCT (AudioEngine)
 
 TYPEDEF_STRUCT (Transport)
 
bool transport_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *transport_obj, const Transport *transport, GError **error)
 
bool audio_engine_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *engine_obj, const AudioEngine *engine, GError **error)
 
bool transport_deserialize_from_json (yyjson_doc *doc, yyjson_val *transport_obj, Transport *transport, GError **error)
 
bool audio_engine_deserialize_from_json (yyjson_doc *doc, yyjson_val *engine_obj, AudioEngine *engine, GError **error)
 

Detailed Description

Track serialization.

Definition in file engine.h.