Skip to content

Commit

Permalink
Return true on successful file read
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Jul 18, 2024
1 parent e19b46d commit a873ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/lumatone_editor_library/data/lumatone_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ bool LumatoneLayout::fromStringArray(const juce::StringArray& stringArray)
// boards[boardIndex].theKeys[55] = TerpstraKey();
// }
//}

return true;
}

juce::StringArray LumatoneLayout::toStringArray() const
Expand Down

0 comments on commit a873ff0

Please sign in to comment.