Zrythm
a highly automated and intuitive digital audio workstation
|
A group of linked regions. More...
#include <dsp/region_link_group.h>
Data Fields | |
RegionIdentifier * | ids |
Identifiers for regions in this link group. | |
int | num_ids |
size_t | ids_size |
int | magic |
int | group_idx |
Group index. | |
A group of linked regions.
Definition at line 30 of file region_link_group.h.
int RegionLinkGroup::group_idx |
Group index.
Definition at line 40 of file region_link_group.h.
RegionIdentifier* RegionLinkGroup::ids |
Identifiers for regions in this link group.
Definition at line 33 of file region_link_group.h.
size_t RegionLinkGroup::ids_size |
Definition at line 35 of file region_link_group.h.
int RegionLinkGroup::magic |
Definition at line 37 of file region_link_group.h.
int RegionLinkGroup::num_ids |
Definition at line 34 of file region_link_group.h.