10#ifndef __SCHEMAS_GUI_BACKEND_AUTOMATION_SELECTIONS_H__
11#define __SCHEMAS_GUI_BACKEND_AUTOMATION_SELECTIONS_H__
20 int num_automation_points;
21 size_t automation_points_size;
24static const cyaml_schema_field_t automation_selections_fields_schema_v1[] = {
26 YAML_FIELD_MAPPING_EMBEDDED (
29 arranger_selections_fields_schema_v1),
30 CYAML_FIELD_SEQUENCE_COUNT (
32 CYAML_FLAG_POINTER | CYAML_FLAG_OPTIONAL,
35 num_automation_points,
36 &automation_point_schema_v1,
43static const cyaml_schema_value_t automation_selections_schema_v1 = {
47 automation_selections_fields_schema_v1),