Locations::clear_ranges() now removes punch & loop ranges
This commit is contained in:
parent
93e1e1c1f2
commit
fc194237eb
@ -1094,13 +1094,11 @@ Locations::clear_ranges ()
|
|||||||
tmp = i;
|
tmp = i;
|
||||||
++tmp;
|
++tmp;
|
||||||
|
|
||||||
/* We do not remove these ranges as part of this
|
/* We do not remove the session ranges as part of this
|
||||||
* operation
|
* operation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ((*i)->is_auto_punch() ||
|
if ((*i)->is_session_range()) {
|
||||||
(*i)->is_auto_loop() ||
|
|
||||||
(*i)->is_session_range()) {
|
|
||||||
i = tmp;
|
i = tmp;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user