mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Emit ConfigurationChanged when meter setup bypasses the
general configure_io; fixes remainder of #4233. git-svn-id: svn://localhost/ardour2/branches/3.0@10012 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ad0e7319c8
commit
c8e6db4e92
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ void
|
|||
PeakMeter::reflect_inputs (const ChanCount& in)
|
||||
{
|
||||
current_meters = in;
|
||||
|
||||
ConfigurationChanged (in, in); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue