diff --git a/Source/lumatone_editor_library/data/lumatone_layout.cpp b/Source/lumatone_editor_library/data/lumatone_layout.cpp index 1d89731..d92fd0a 100644 --- a/Source/lumatone_editor_library/data/lumatone_layout.cpp +++ b/Source/lumatone_editor_library/data/lumatone_layout.cpp @@ -683,6 +683,8 @@ bool LumatoneLayout::fromStringArray(const juce::StringArray& stringArray) // boards[boardIndex].theKeys[55] = TerpstraKey(); // } //} + + return true; } juce::StringArray LumatoneLayout::toStringArray() const