Some additions, please enjoy.
-
@LightandSound was this merged with the script node branch?
-
@dustbro I don't believe anything was merged with the live branches, at least not that I know of
-
@LightandSound ahh.. that explains it. I thought these updates were merged with @d-healey branch
-
@dustbro I never got around to doing it. If someone wants to make a pull request now it's probably best to make it directly to Christoph's scriptnode branch.
-
Mac Build Fails :(
Did anyone get A Luck With This?https://github.com/LightandSound/HISE-Stage
-
@LightandSound Hello, thank you for your work. I just compiled your version, compilation level without problem. on the other hand my vst does not work in my daw. it does not open. I tried again with another version of hise, no problem
-
@Natan said in Some additions, please enjoy.:
No... It will not be compiled in any way(Mac+Windows).
-
@LightandSound Link is not working
-
@DabDab @Tania-Ghosh disappeared long ago....as did light and sound
-
This addition has problem and that is when user changes the GUI size and closes it once it is opened it gets resized to the default GUI size (exported size).
FrontendProcessorEditor.cpp
void FrontendProcessorEditor::resized() { setResizable(true, true); auto pC = getParentComponent(); float sF; if (pC != nullptr) { sF = (float)getHeight() / originalSizeY; setGlobalScaleFactor(sF); setResizeLimits(originalSizeX * sF, originalSizeY / 2, originalSizeX * sF, originalSizeY * 2); // lock the height //sfs.setScale(sF); } }
This @Christoph-Hart method is much better
Scalable GUI