|
Zrythm
a highly automated and intuitive digital audio workstation
|
Index/identifier for a Region, so we can get Region objects quickly with it without searching by name. More...
#include <dsp/region_identifier.h>
Data Fields | |
| RegionType | type |
| int | link_group |
| Link group index, if any, or -1. | |
| unsigned int | track_name_hash |
| int | lane_pos |
| int | at_idx |
| Automation track index in the automation tracklist, if automation region. | |
| int | idx |
| Index inside lane or automation track. | |
Index/identifier for a Region, so we can get Region objects quickly with it without searching by name.
Definition at line 52 of file region_identifier.h.
| int RegionIdentifier::at_idx |
Automation track index in the automation tracklist, if automation region.
Definition at line 64 of file region_identifier.h.
| int RegionIdentifier::idx |
Index inside lane or automation track.
Definition at line 67 of file region_identifier.h.
| int RegionIdentifier::lane_pos |
Definition at line 60 of file region_identifier.h.
| int RegionIdentifier::link_group |
Link group index, if any, or -1.
Definition at line 57 of file region_identifier.h.
| unsigned int RegionIdentifier::track_name_hash |
Definition at line 59 of file region_identifier.h.
| RegionType RegionIdentifier::type |
Definition at line 54 of file region_identifier.h.