mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Reconfigure GUI meters when route I/O configuration changes.
git-svn-id: svn://localhost/ardour2/branches/3.0@5037 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ca10cc82a4
commit
807bc4c3d6
7 changed files with 60 additions and 60 deletions
|
|
@ -256,5 +256,7 @@ Processor::configure_io (ChanCount in, ChanCount out)
|
|||
_configured_output = out;
|
||||
_configured = true;
|
||||
|
||||
ConfigurationChanged.emit (in, out);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue