v1.3.56 - Midi bindings crash

This commit is contained in:
Robin Davies
2024-10-11 10:29:43 -04:00
parent 50fdd86639
commit 21f5c9e43a
9 changed files with 32 additions and 13 deletions
+4
View File
@@ -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.