Add info about LadspaControls::m_noLink

This commit is contained in:
Johannes Lorenz
2019-03-11 23:03:43 +01:00
parent 29c210128a
commit 37290ace1d

View File

@@ -153,6 +153,9 @@ void LadspaControls::linkPort( int _port, bool _state )
{
first->unlinkControls( m_controls[proc][_port] );
}
// m_stereoLinkModel.setValue() will call updateLinkStatesFromGlobal()
// m_noLink will make sure that this will not unlink any other ports
m_noLink = true;
m_stereoLinkModel.setValue( false );
}