mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
remove seamless looping as an option (it's now the only kind of looping we support)
This commit is contained in:
parent
fb2f1aa8e1
commit
a072228de5
6 changed files with 33 additions and 88 deletions
|
|
@ -238,10 +238,7 @@ BasicUI::transport_play (bool from_last_start)
|
|||
/* XXX it is not possible to just leave seamless loop and keep
|
||||
playing at present (nov 4th 2009)
|
||||
*/
|
||||
if (!Config->get_seamless_loop()) {
|
||||
/* stop loop playback and stop rolling */
|
||||
session->request_play_loop (false, true);
|
||||
} else if (rolling) {
|
||||
if (rolling) {
|
||||
/* stop loop playback but keep rolling */
|
||||
session->request_play_loop (false, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue