Zrythm
a highly automated and intuitive digital audio workstation
|
Arranger object serialization. More...
Go to the source code of this file.
Functions | |
TYPEDEF_STRUCT (ArrangerObject) | |
TYPEDEF_STRUCT (RegionIdentifier) | |
TYPEDEF_STRUCT (Region) | |
TYPEDEF_STRUCT (Marker) | |
TYPEDEF_STRUCT (ScaleObject) | |
TYPEDEF_STRUCT (ChordObject) | |
TYPEDEF_STRUCT (AutomationPoint) | |
TYPEDEF_STRUCT (MidiNote) | |
bool | arranger_object_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *ao_obj, const ArrangerObject *ao, GError **error) |
bool | region_identifier_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *id_obj, const RegionIdentifier *id, GError **error) |
bool | midi_note_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *mn_obj, const MidiNote *mn, GError **error) |
bool | automation_point_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *ap_obj, const AutomationPoint *ap, GError **error) |
bool | chord_object_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *co_obj, const ChordObject *co, GError **error) |
bool | region_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *r_obj, const Region *r, GError **error) |
bool | scale_object_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *so_obj, const ScaleObject *so, GError **error) |
bool | marker_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *m_obj, const Marker *m, GError **error) |
bool | arranger_object_deserialize_from_json (yyjson_doc *doc, yyjson_val *ao_obj, ArrangerObject *ao, GError **error) |
bool | region_identifier_deserialize_from_json (yyjson_doc *doc, yyjson_val *id_obj, RegionIdentifier *id, GError **error) |
bool | midi_note_deserialize_from_json (yyjson_doc *doc, yyjson_val *mn_obj, MidiNote *mn, GError **error) |
bool | automation_point_deserialize_from_json (yyjson_doc *doc, yyjson_val *ap_obj, AutomationPoint *ap, GError **error) |
bool | chord_object_deserialize_from_json (yyjson_doc *doc, yyjson_val *co_obj, ChordObject *co, GError **error) |
bool | region_deserialize_from_json (yyjson_doc *doc, yyjson_val *r_obj, Region *r, GError **error) |
bool | scale_object_deserialize_from_json (yyjson_doc *doc, yyjson_val *so_obj, ScaleObject *so, GError **error) |
bool | marker_deserialize_from_json (yyjson_doc *doc, yyjson_val *m_obj, Marker *m, GError **error) |
Arranger object serialization.
Definition in file arranger_objects.h.