Zrythm
a highly automated and intuitive digital audio workstation
|
Common logic for foldable tracks. More...
Go to the source code of this file.
Functions | |
void | foldable_track_init (Track *track) |
bool | foldable_track_is_status (Track *self, FoldableTrackMixerStatus status) |
Used to check if soloed/muted/etc. | |
bool | foldable_track_is_direct_child (Track *self, Track *child) |
Returns whether child is a folder child of self . | |
bool | foldable_track_is_child (Track *self, Track *child) |
Returns whether child is a folder child of self . | |
void | foldable_track_add_to_size (Track *self, int delta) |
Adds to the size recursively. | |
Common logic for foldable tracks.
Definition in file foldable_track.h.
|
strong |
Definition at line 15 of file foldable_track.h.
void foldable_track_add_to_size | ( | Track * | self, |
int | delta ) |
Adds to the size recursively.
This must only be called from the lowest-level foldable track.