mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Only emit RouteProcessorChange if disk-i/o point actually changes
This commit is contained in:
parent
baa30262b8
commit
4d5ac90248
1 changed files with 3 additions and 1 deletions
|
|
@ -6374,7 +6374,9 @@ Route::set_disk_io_point (DiskIOPoint diop)
|
|||
configure_processors (0);
|
||||
}
|
||||
|
||||
processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
|
||||
if (changed) {
|
||||
processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue