Is it possible to compile the editor JSON into the library file? I’ve done this with PNG files, but the same method doesn’t seem to work with the JSON.
Which method?
To compile the PNGs into the “.vst3” file, I listed the images in the “.rc” file and also omit the file paths. I tried doing this for the “.uidesc” file, but it didn’t work.
Should work. How did you test to load the uidesc file? If you use the VST3Editor class then you need to explicitly create an UIDescription object with a CResourceDescription and use this constructor.