10#ifndef __SCHEMAS_GUI_BACKEND_CLIP_EDITOR_H__
11#define __SCHEMAS_GUI_BACKEND_CLIP_EDITOR_H__
31static const cyaml_schema_field_t clip_editor_fields_schema_v1[] = {
33 YAML_FIELD_MAPPING_EMBEDDED (
36 region_identifier_fields_schema_v1),
38 YAML_FIELD_MAPPING_PTR (
ClipEditor_v1, piano_roll, piano_roll_fields_schema_v1),
39 YAML_FIELD_MAPPING_PTR (
42 automation_editor_fields_schema_v1),
43 YAML_FIELD_MAPPING_PTR (
46 chord_editor_fields_schema_v1),
47 YAML_FIELD_MAPPING_PTR (
50 audio_clip_editor_fields_schema_v1),
55static const cyaml_schema_value_t clip_editor_schema_v1 = {
Audio clip editor schema.
Automation editor schema.
Region identifier schema.