Engine.createGlobalScriptLookAndFeel not work
-
@Gabriel-Strozi The scriptnode branch was the one at that time, but now use the 'develop' branch (new_layout is the latest but Christoph's still working on it).
-
@DabDab said in Engine.createGlobalScriptLookAndFeel not work:
@Gabriel-Strozi Which branch are you using?
I'm using the scriptnode branch as suggested!
I'm downloading all the code from the link @d-healey sent:
Then extracting and replacing all the Hise-master folder content with this new code. Am I doing something wrong or too much newbie? haha.
Thank you guys for the patience!
-
@Matt_SF said in Engine.createGlobalScriptLookAndFeel not work:
@Gabriel-Strozi The scriptnode branch was the one at that time, but now use the 'develop' branch (new_layout is the latest but Christoph's still working on it).
I'm downloading the delvelp branch right now to test! I tell you with it works!
-
Ok, I tried to replace Hise-Master folder with develop branch content and still Engine.createGlobalScriptLookAndFeel not found and not listed in API Browser. :/
Any other suggestions?
-
@Gabriel-Strozi Both Develop Branch and ScriptNode Branch I use .. Work Perfectly (y)
Today I gave a try for Layout Branch.. OMG.. Insane. Every time it got crashed. Tomorrow I will post the screen recording. :anxious_face_with_sweat:
-
@Gabriel-Strozi said in Engine.createGlobalScriptLookAndFeel not work:
I tried to replace Hise-Master folder
What did you do exactly, step by step?
-
@Gabriel-Strozi @d-healey is the real Manager of HISE. Being a Developer and Founder(@Christoph-Hart ) it is difficult to answer users difficulties and problems. Most of the time I have seen Mr Healey helps at his best. When he suggested to use ScriptNode branch go for it.
-
@d-healey said in Engine.createGlobalScriptLookAndFeel not work:
@Gabriel-Strozi said in Engine.createGlobalScriptLookAndFeel not work:
I tried to replace Hise-Master folder
What did you do exactly, step by step?
Step 1 - downloaded develop-branch:
Step 2 - extracted HISE-develop.rar
Step 3 - deleted all the current HISE-master folder content:
Step 4 - copied and pasted all the HISE-develop content into HISE-master folder
I did the same try with scriptNode branch!
Is it better to just redirect HISE-master folder to HISE-develop folder in the HISE preferences? -
@Gabriel-Strozi No Delete master. Only use scriptNode
-
As DabDab says, delete the HISE master entirely.
You missed out the most important step though, recompile HISE.
Is it better to just redirect HISE-master folder to HISE-develop folder in the HISE preferences
No that's only relevant for exporting plugins. The best solution is to use git.
-
@d-healey said in Engine.createGlobalScriptLookAndFeel not work:
As DabDab says, delete the HISE master entirely.
So I have to delete all the structure \HISE-master\HISE-master?
You missed out the most important step though, recompile HISE.
Sorry for the newbie question again, but how I recompile Hise? I just downloaded and installed using the .exe installer.
EDIT: I'm watching your video: https://www.youtube.com/watch?v=YYUZ4K4J3Os&t=0s&ab_channel=DavidHealey
If I can't make it work, I tell you! Thank so much!
-
@Gabriel-Strozi said in Engine.createGlobalScriptLookAndFeel not work:
I just downloaded and installed using the .exe installer.
Oh that explains everything. You're using an ancient version of HISE.
Follow the instructions on the github page or in my tutorial video. Ignore the stuff about using IPP it will just cause you more headaches. You will need to add
USE_IPP=0
to the preprocessor definitions in Projucer, disable IPP in the hi_core module, and delete any paths in the extra search paths that reference IPP (it should make sense after you've watched the video). -
@d-healey said in Engine.createGlobalScriptLookAndFeel not work:
Oh that explains everything. You're using an ancient version of HISE.
Follow the instructions on the github page or in my tutorial video.
I made all steps you teach in your video. Also change IPP on Projucer to "Disabled". Then opened on VS2017, adjusted all settings as you show and then recompiled HISE.
Even doing all this, Engine.createGlobalScriptLookaAndFeel() can't be found. :/
And also, when trying to export, VST SDK is missing (even with the VST3 SDK folder inside the tool>sdk folder. :/
-
Did you delete all other copies of HISE and the HISE source code before you compiled?
-
@d-healey said in Engine.createGlobalScriptLookAndFeel not work:
Did you delete all other copies of HISE and the HISE source code before you compiled?
Yes, I deleted old versions, all HISE-master, HISE-develop and HISE-scriptnode .rar and folders, deleted data from Roaming folder, etc.
I tried it again and the same: no Engine.createGlobalScriptLookAndFeel :/
-
@Gabriel-Strozi Click on the HISE logo and post a screenshot of what you see there
-
I see this!
-
Looks good. Post the HISE script you're trying to compile.
-
Do you mean the .jucer archive?
-
@Gabriel-Strozi No I mean your script inside HISE. The place you are writing Engine.createGlobalScriptLookAndFeel(), etc.