v1.3.56 - Midi bindings crash
This commit is contained in:
@@ -327,6 +327,10 @@ bool PedalboardItem::IsStructurallyIdentical(const PedalboardItem&other) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (this->midiBindings() != other.midiBindings())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (this->isSplit()) // so is the other by virtue of idential uris.
|
||||
{
|
||||
// provisionally, it seems ok to change the split type.
|
||||
|
||||
Reference in New Issue
Block a user