Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
region_identifier.h File Reference

Region identifier schema. More...

#include "utils/yaml.h"
Include dependency graph for region_identifier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RegionIdentifier_v1
 

Enumerations

enum  RegionType_v1 { REGION_TYPE_MIDI_v1 = 1 << 0 , REGION_TYPE_AUDIO_v1 = 1 << 1 , REGION_TYPE_AUTOMATION_v1 = 1 << 2 , REGION_TYPE_CHORD_v1 = 1 << 3 }
 

Detailed Description

Region identifier schema.

Definition in file region_identifier.h.

Enumeration Type Documentation

◆ RegionType_v1

enum RegionType_v1

Definition at line 15 of file region_identifier.h.