HISE Logo Forum
    • Categories
    • Register
    • Login

    Engine.createGlobalScriptLookAndFeel not work

    Scheduled Pinned Locked Moved Bug Reports
    42 Posts 5 Posters 2.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Gabriel StroziG
      Gabriel Strozi @d.healey
      last edited by Gabriel Strozi

      @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:
      0d358c99-cdf1-4a36-955d-efb5af51d04e-image.png

      Step 2 - extracted HISE-develop.rar

      Step 3 - deleted all the current HISE-master folder content:
      e8af76fd-b434-4257-8da8-7a336d28c366-image.png

      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?

      Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

      DabDabD 1 Reply Last reply Reply Quote 0
      • DabDabD
        DabDab @Gabriel Strozi
        last edited by DabDab

        @Gabriel-Strozi No Delete master. Only use scriptNodesfsf.png

        1 Reply Last reply Reply Quote 0
        • d.healeyD
          d.healey
          last edited by

          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.

          Gabriel StroziG 1 Reply Last reply Reply Quote 2
          • Gabriel StroziG
            Gabriel Strozi @d.healey
            last edited by Gabriel Strozi

            @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!

            Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

            d.healeyD 1 Reply Last reply Reply Quote 0
            • d.healeyD
              d.healey @Gabriel Strozi
              last edited by d.healey

              @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).

              Gabriel StroziG 1 Reply Last reply Reply Quote 1
              • Gabriel StroziG
                Gabriel Strozi @d.healey
                last edited by Gabriel Strozi

                @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. :/

                Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                d.healeyD 1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey @Gabriel Strozi
                  last edited by d.healey

                  Did you delete all other copies of HISE and the HISE source code before you compiled?

                  Gabriel StroziG 1 Reply Last reply Reply Quote 0
                  • Gabriel StroziG
                    Gabriel Strozi @d.healey
                    last edited by

                    @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 :/

                    Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                    d.healeyD 1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey @Gabriel Strozi
                      last edited by

                      @Gabriel-Strozi Click on the HISE logo and post a screenshot of what you see there

                      1 Reply Last reply Reply Quote 0
                      • Gabriel StroziG
                        Gabriel Strozi
                        last edited by

                        5cd22889-df2c-46b6-b0fd-b1d728245c7f-image.png

                        I see this!

                        Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                        1 Reply Last reply Reply Quote 0
                        • d.healeyD
                          d.healey
                          last edited by

                          Looks good. Post the HISE script you're trying to compile.

                          1 Reply Last reply Reply Quote 0
                          • Gabriel StroziG
                            Gabriel Strozi
                            last edited by

                            Do you mean the .jucer archive?

                            Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                            d.healeyD 1 Reply Last reply Reply Quote 0
                            • d.healeyD
                              d.healey @Gabriel Strozi
                              last edited by

                              @Gabriel-Strozi No I mean your script inside HISE. The place you are writing Engine.createGlobalScriptLookAndFeel(), etc.

                              1 Reply Last reply Reply Quote 0
                              • Gabriel StroziG
                                Gabriel Strozi
                                last edited by

                                Ah, ok!
                                It's here:

                                //Look and Feel Section
                                
                                const laf = Engine.createGlobalScriptLookAndFeel();
                                

                                And the error:
                                d13c0bb2-75b1-4b99-964d-ebc5604a4799-image.png

                                Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                                1 Reply Last reply Reply Quote 0
                                • Gabriel StroziG
                                  Gabriel Strozi
                                  last edited by

                                  And the function is not present in APICollection:
                                  00ce4c3c-18d4-44c1-8ed7-7799767c7c71-image.png

                                  Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                                  1 Reply Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey
                                    last edited by

                                    I have no idea what you've done because that function has been in HISE for about a year if not more, so even if you were compiling the master branch it should be there.

                                    Are you free to do a video call with screenshare?

                                    Gabriel StroziG 1 Reply Last reply Reply Quote 1
                                    • Gabriel StroziG
                                      Gabriel Strozi @d.healey
                                      last edited by Gabriel Strozi

                                      @d-healey Thanks for all support. Problably I done anything wrong, even following all the steps you teach.

                                      Wow, I really appreciate your help! Yes, I'm free now to do a video call

                                      Brazilian composer, music producer and mechanical engineer. Working in a steel idiophonic instruments sampler.

                                      1 Reply Last reply Reply Quote 0
                                      • DabDabD
                                        DabDab
                                        last edited by

                                        This post is deleted!
                                        d.healeyD 1 Reply Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey @DabDab
                                          last edited by d.healey

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          11

                                          Online

                                          1.7k

                                          Users

                                          11.9k

                                          Topics

                                          103.6k

                                          Posts