mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Fix mistake in 10b05df189
This commit is contained in:
parent
1cc1bc996c
commit
d0ec83fb35
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ public:
|
|||
*/
|
||||
PBD::Signal2<void, uint32_t, float> ParameterChangedExternally;
|
||||
|
||||
virtual bool reconfigure_io (ChanCount /*in*/, ChanCount /*out*/) { return false; }
|
||||
virtual bool reconfigure_io (ChanCount /*in*/, ChanCount /*out*/) { return true; }
|
||||
virtual bool match_variable_io (const ChanCount& /*in*/, ChanCount& /*out*/, ChanCount* imprecise = 0) { return false; }
|
||||
|
||||
virtual ChanCount output_streams () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue