mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
[Summary] By filtering redundant notifications which provoke heavy calls during tracks i/o reconnection, performance of the operations that require the reconnection was increased UP TO 60%.
This commit is contained in:
parent
4180c8d5fd
commit
be91679fea
2 changed files with 2 additions and 1 deletions
|
|
@ -1928,7 +1928,7 @@ void
|
|||
RouteTimeAxisView::io_changed (IOChange /*change*/, void */*src*/)
|
||||
{
|
||||
reset_meter ();
|
||||
if (_route && !no_redraw) {
|
||||
if (_route && !no_redraw && !_session->reconnection_in_progress() ) {
|
||||
request_redraw ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue