Notify GUI of x-run counter resets
This commit is contained in:
parent
c06553c2de
commit
80c11a763a
@ -825,7 +825,7 @@ public:
|
||||
void maybe_update_tempo_from_midiclock_tempo (float bpm);
|
||||
|
||||
unsigned int get_xrun_count () const {return _xrun_count; }
|
||||
void reset_xrun_count () {_xrun_count = 0; }
|
||||
void reset_xrun_count ();
|
||||
|
||||
/* region info */
|
||||
|
||||
|
@ -1811,6 +1811,13 @@ Session::xrun_recovery ()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Session::reset_xrun_count ()
|
||||
{
|
||||
_xrun_count = 0;
|
||||
Xrun (-1); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
void
|
||||
Session::route_processors_changed (RouteProcessorChange c)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user