Zero x-run count after session-load and engine restart
This commit is contained in:
parent
f16d97a013
commit
021ff2044a
@ -415,6 +415,7 @@ Session::post_engine_init ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reset_xrun_count ();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -436,6 +437,7 @@ Session::session_loaded ()
|
|||||||
|
|
||||||
BootMessage (_("Filling playback buffers"));
|
BootMessage (_("Filling playback buffers"));
|
||||||
force_locate (_transport_sample, MustStop);
|
force_locate (_transport_sample, MustStop);
|
||||||
|
reset_xrun_count ();
|
||||||
}
|
}
|
||||||
|
|
||||||
string
|
string
|
||||||
@ -665,6 +667,7 @@ Session::create (const string& session_template, BusProfile const * bus_profile)
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_clean ();
|
set_clean ();
|
||||||
|
reset_xrun_count ();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -1807,6 +1807,7 @@ void
|
|||||||
Session::engine_running ()
|
Session::engine_running ()
|
||||||
{
|
{
|
||||||
_transport_fsm->start ();
|
_transport_fsm->start ();
|
||||||
|
reset_xrun_count ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user