2017-01-13 05:32:49 -05:00
< p >
2021-04-05 11:33:27 -04:00
The region list shows all the regions in the session, with infos about them
in a tabular form. Any column caption can be clicked to sort the list
according to the clicked value:
2017-01-13 05:32:49 -05:00
< / p >
2017-03-14 12:43:24 -04:00
< table class = "dl" >
2021-04-05 11:33:27 -04:00
< tr > < th > Name< / th > < td > The name of the region, can be modified by double-clicking it< / td > < / tr >
< tr > < th > # Ch< / th > < td > Number of channels for an audio region (0 for MIDI)< / td > < / tr >
< tr > < th > Tags< / th > < td > User-added tag text, can be modified by double clicking it< / td > < / tr >
< tr > < th > Start< / th > < td > position of the start of the region on the global timeline< / td > < / tr >
2017-03-14 12:43:24 -04:00
< tr > < th > Length< / th > < td > duration of the region< / td > < / tr >
< / table >
2017-01-13 05:32:49 -05:00
< p >
2021-04-05 11:33:27 -04:00
The time format used for < em > Start< / em > and < em > Length< / em > follows the < a href = "@@editing-clocks" > Primary Clock< / a > one.
2017-01-13 05:32:49 -05:00
< / p >
< p >
At the right of the list are four columns of flags that can be altered:
< / p >
2017-03-14 12:43:24 -04:00
< table class = "dl" >
2021-04-18 12:55:24 -04:00
< tr > < th > □ L< / th >
2017-03-14 12:43:24 -04:00
< td > whether the region position is locked, so that it cannot be moved.< / td > < / tr >
2021-04-18 12:55:24 -04:00
< tr > < th > □ G< / th >
2017-07-22 11:26:47 -04:00
< td > whether the region's position is ‘ glued’ to bars and beats.
If so, the region will stay at the same position in bars and beats even if the tempo and/or time signature change.< / td > < / tr >
2021-04-18 12:55:24 -04:00
< tr > < th > □ M< / th >
2017-03-14 12:43:24 -04:00
< td > whether the region is muted, so that it will not be heard.< / td > < / tr >
2021-04-18 12:55:24 -04:00
< tr > < th > □ O< / th >
2017-03-14 12:43:24 -04:00
< td > whether the region is opaque; opaque regions ‘ block’ regions below them from being heard, whereas ‘ transparent’ regions have their contents mixed with whatever is underneath. < / td > < / tr >
< / table >
2017-01-13 05:32:49 -05:00
< p >
Hovering the mouse pointer over a column heading shows a tool-tip which can be handy to remember what the columns are for.
< / p >
< p >
A handy feature of the region list is that its regions can be dragged and dropped into a suitable track in the session.
< / p >
2017-02-13 14:53:37 -05:00