10#ifndef __SCHEMAS_GUI_BACKEND_TL_SELECTIONS_H__
11#define __SCHEMAS_GUI_BACKEND_TL_SELECTIONS_H__
26 int num_scale_objects;
29 int region_track_vis_index;
30 int chord_track_vis_index;
31 int marker_track_vis_index;
34static const cyaml_schema_field_t timeline_selections_fields_schema_v1[] = {
35 YAML_FIELD_MAPPING_EMBEDDED (
38 arranger_selections_fields_schema_v1),
41 YAML_FIELD_DYN_ARRAY_VAR_COUNT (
44 scale_object_schema_v1),
53static const cyaml_schema_value_t timeline_selections_schema_v1 = {
ArrangerSelections schema.