Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ZRegion_v1 Struct Reference
Collaboration diagram for ZRegion_v1:

Data Fields

ArrangerObject_v1 base
 
int schema_version
 
RegionIdentifier_v1 id
 
char * name
 
MidiNote_v1 ** midi_notes
 
int num_midi_notes
 
int pool_id
 
float gain
 
RegionMusicalMode_v1 musical_mode
 
AutomationPoint_v1 ** aps
 
int num_aps
 
ChordObject_v1 ** chord_objects
 
int num_chord_objects
 

Detailed Description

Definition at line 33 of file region.h.

Field Documentation

◆ aps

AutomationPoint_v1** ZRegion_v1::aps

Definition at line 44 of file region.h.

◆ base

ArrangerObject_v1 ZRegion_v1::base

Definition at line 35 of file region.h.

◆ chord_objects

ChordObject_v1** ZRegion_v1::chord_objects

Definition at line 46 of file region.h.

◆ gain

float ZRegion_v1::gain

Definition at line 42 of file region.h.

◆ id

RegionIdentifier_v1 ZRegion_v1::id

Definition at line 37 of file region.h.

◆ midi_notes

MidiNote_v1** ZRegion_v1::midi_notes

Definition at line 39 of file region.h.

◆ musical_mode

RegionMusicalMode_v1 ZRegion_v1::musical_mode

Definition at line 43 of file region.h.

◆ name

char* ZRegion_v1::name

Definition at line 38 of file region.h.

◆ num_aps

int ZRegion_v1::num_aps

Definition at line 45 of file region.h.

◆ num_chord_objects

int ZRegion_v1::num_chord_objects

Definition at line 47 of file region.h.

◆ num_midi_notes

int ZRegion_v1::num_midi_notes

Definition at line 40 of file region.h.

◆ pool_id

int ZRegion_v1::pool_id

Definition at line 41 of file region.h.

◆ schema_version

int ZRegion_v1::schema_version

Definition at line 36 of file region.h.


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