|
Zrythm
a highly automated and intuitive digital audio workstation
|
Clip editor serializable backend. More...
#include <gui/backend/clip_editor.h>

Data Fields | |
| RegionIdentifier | region_id |
| Region currently attached to the clip editor. | |
| bool | has_region |
| Whether region_id is a valid region. | |
| PianoRoll * | piano_roll |
| AudioClipEditor * | audio_clip_editor |
| AutomationEditor * | automation_editor |
| ChordEditor * | chord_editor |
| int | region_changed |
| Flag used by rulers when region first changes. | |
| Region * | region |
| Track * | track |
Clip editor serializable backend.
The actual widgets should reflect the information here.
Definition at line 36 of file clip_editor.h.
| AudioClipEditor* ClipEditor::audio_clip_editor |
Definition at line 46 of file clip_editor.h.
| AutomationEditor* ClipEditor::automation_editor |
Definition at line 47 of file clip_editor.h.
| ChordEditor* ClipEditor::chord_editor |
Definition at line 48 of file clip_editor.h.
| bool ClipEditor::has_region |
Whether region_id is a valid region.
Definition at line 43 of file clip_editor.h.
| PianoRoll* ClipEditor::piano_roll |
Definition at line 45 of file clip_editor.h.
| Region* ClipEditor::region |
Definition at line 55 of file clip_editor.h.
| int ClipEditor::region_changed |
Flag used by rulers when region first changes.
Definition at line 52 of file clip_editor.h.
| RegionIdentifier ClipEditor::region_id |
Region currently attached to the clip editor.
Definition at line 40 of file clip_editor.h.
| Track* ClipEditor::track |
Definition at line 57 of file clip_editor.h.