Add info about LadspaControls::m_noLink
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user