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

Plugin serialization. More...

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

Go to the source code of this file.

Functions

 TYPEDEF_STRUCT (ChordPreset)
 
 TYPEDEF_STRUCT (ChordDescriptor)
 
bool chord_descriptor_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *descr_obj, const ChordDescriptor *descr, GError **error)
 
bool chord_preset_serialize_to_json (yyjson_mut_doc *doc, yyjson_mut_val *pset_obj, const ChordPreset *pset, GError **error)
 
bool chord_descriptor_deserialize_from_json (yyjson_doc *doc, yyjson_val *descr_obj, ChordDescriptor *descr, GError **error)
 
bool chord_preset_deserialize_from_json (yyjson_doc *doc, yyjson_val *pset_obj, ChordPreset *pset, GError **error)
 

Detailed Description

Plugin serialization.

Definition in file chords.h.