No GUI inside of Daw
-
When I compile, everything is good. No errors or anything. But when I load the plugin inside of any Daw, there’s no interface showing. Nothing at at all. I build as a stand-alone app & it’s the same thing. The window is blank... What could be a reason for this??
-
Is the "embed images" option checked in your preferences?
-
What does your main interface script look like in HISE?
-
@dustbro yes, That option is always checked.
@d-healey the script is:Content.makeFrontInterface(1092, 820)
It looks good while in Hise & everything but I have no idea why it wont load properly.
-
@D-Williams23 Is that the only thing in the script? Are you just linking all controls through parameter ID?
-
@d-healey Oh no I have only the basic knobs linked in Parameter I’d.
I have thousands of lines of script underneath that though. Majority of the Parameters are linked using scripting
-
Can you post a snippet of your project?
-
@d-healey I will post a snippet when I get back home to windows machine. I compiled on Mac and it works fine with all Daws on Mac. I’m guessing it has to do with some png files not located in the right folder.