Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
RegionIdentifier Struct Reference

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.
 

Detailed Description

Index/identifier for a Region, so we can get Region objects quickly with it without searching by name.

Definition at line 55 of file region_identifier.h.

Field Documentation

◆ at_idx

int RegionIdentifier::at_idx

Automation track index in the automation tracklist, if automation region.

Definition at line 67 of file region_identifier.h.

◆ idx

int RegionIdentifier::idx

Index inside lane or automation track.

Definition at line 70 of file region_identifier.h.

◆ lane_pos

int RegionIdentifier::lane_pos

Definition at line 63 of file region_identifier.h.

◆ link_group

int RegionIdentifier::link_group

Link group index, if any, or -1.

Definition at line 60 of file region_identifier.h.

◆ track_name_hash

unsigned int RegionIdentifier::track_name_hash

Definition at line 62 of file region_identifier.h.

◆ type

RegionType RegionIdentifier::type

Definition at line 57 of file region_identifier.h.


The documentation for this struct was generated from the following file: