13#ifndef __SCHEMAS_GUI_BACKEND_CHORD_SELECTIONS_H__
14#define __SCHEMAS_GUI_BACKEND_CHORD_SELECTIONS_H__
25 int num_chord_objects;
26 size_t chord_objects_size;
29static const cyaml_schema_field_t chord_selections_fields_schema_v1[] = {
30 YAML_FIELD_MAPPING_EMBEDDED (
33 arranger_selections_fields_schema_v1),
35 YAML_FIELD_DYN_ARRAY_VAR_COUNT (
38 chord_object_schema_v1),
43static const cyaml_schema_value_t chord_selections_schema_v1 = {
ArrangerSelections schema.