VCV-Prototype icon indicating copy to clipboard operation
VCV-Prototype copied to clipboard

Fix extension handling to work with the V2 SDK.

Open sleexyz opened this issue 3 years ago • 0 comments
trafficstars

This fixes extension handling and registration to work with V2 by using strings that include the leading ..

The V2 SDK's system::getExtension returns strings with a leading . (as it uses std::filesystem::path::extension under the hood) whereas V1's string::filenameExtension doesn't.

#61

sleexyz avatar Jan 12 '22 03:01 sleexyz