Strange error after compiling
-
I ran into a strange error after compiling a vst/au plugin, when opening it in Logic I got this message:
"The file{PROJECT_FOLDER}keyboard/up_0.png is not embedded correctly."
I also compiled it as a standalone app mac os and got the same error message.
I don't even have that image in my project so I searched for it in my computer and found it inside Hise "BasicSynth" project ??
Why is my project referring to something in a different project that I don't use in mine?
I also searched all my code for a reference but there is no.
Can somebody please help? -
If you set the UseCustomImage property (or something like that) in one of your keyboard floating tile to true, it looks for these files. Just make sure it‘s set to false :)
-
@Christoph-Hart Ah, that was it, thank you!