Livelink for graphic design software or solutions?
-
Is it possible to have an updated interface image inside affinity designer etc?
Using screenshots as reference for now. -
I don't understand what you're asking, could you reword the question?
-
@d-healey I want to design better interfaces, but I would like to have
the HISE Interface Designer Preview inside Affinity to use it as layer..
but this might not the best way to go.. -
@UD-AUDIO Are you asking Christoph to link HISE to affinity designer?
-
@d-healey Not exactly..I thought, maybe there is a way to screencap
the area in HISE and then have something like a dynamic gif or whatever
to use in any software which support the used format. -
@UD-AUDIO I don't think that will ever happen. Just design your GUI in whatever software you want and then build it in HISE.
-
@d-healey Maybe the other way would be easier. If there is a way to use psd files in HISE, this could be a workaround..
But you're right! :) Should import those knobs in Affiinity.
-
-
@d-healey A way to automatically update png in HISE?
This "image pool" is new to me.
https://forum.hise.audio/topic/1047/updating-changed-images?_=1625140766029 -
Just design your GUI in whatever software you want and then build it in HISE.
-
I do that with
Engine.loadImageIntoPool( String id)
-
This post is deleted! -
i I use like this to load all png-files.
Engine.loadImageIntoPool(png);
-
@MikeB Thank you! :) I will try this..
-
@UD-AUDIO
I just saw that I have it in twice - this is the right one.Engine.loadImageIntoPool("{PROJECT_FOLDER}png");
-
@MikeB Yes, but it doesn't work. Typo is correct and I also hit compile.
Do I need to place the image per script to make it work? -
@UD-AUDIO said in Livelink for graphic design software or solutions?:
Do I need to place the image per script to make it work?
How many interface scripts do you have?
-
@d-healey Only one I guess..
Content.makeFrontInterface(1200, 700);; //IMAGE POOL Engine.loadImageIntoPool("{PROJECT_FOLDER}GUI.png");
-
Your image is in the project folder in the Images folder?
You can then see it in the ImagePool window.
-
@MikeB It is! But I can't figure out how to update it automatically.