Zrythm
a highly automated and intuitive digital audio workstation
|
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) |