mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Merged with trunk R1141
git-svn-id: svn://localhost/ardour2/branches/midi@1142 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
af105afe6c
commit
ef6b25432d
209 changed files with 21004 additions and 6768 deletions
|
|
@ -55,7 +55,7 @@ BasicUI::register_thread (std::string name)
|
|||
void
|
||||
BasicUI::loop_toggle ()
|
||||
{
|
||||
if (Config->get_auto_loop()) {
|
||||
if (session->get_play_loop()) {
|
||||
session->request_play_loop (false);
|
||||
} else {
|
||||
session->request_play_loop (true);
|
||||
|
|
@ -107,7 +107,7 @@ BasicUI::transport_play (bool from_last_start)
|
|||
{
|
||||
bool rolling = session->transport_rolling ();
|
||||
|
||||
if (Config->get_auto_loop()) {
|
||||
if (session->get_play_loop()) {
|
||||
session->request_play_loop (false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue