HISE Logo Forum
    • Categories
    • Register
    • Login

    Develop branch build status

    Scheduled Pinned Locked Moved General Questions
    compilebuilddeveloplatest
    300 Posts 21 Posters 42.5k 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.
    • L
      LinuxVst @LinuxVst
      last edited by LinuxVst

      @Christoph-Hart

      Still not Fixed in the last commit 835b198896e6879888e4247045400457d57c7f71
      uploaded 1 Hour Ago
      Built Fine on Monterey with Xcode 13 but when i try to Export a plugin i get these Errors

      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1202:17: no namespace named 'ui' in namespace 'snex'; did you mean 'analyse::ui'?
      
      using namespace snex::ui;
                         ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1216:28: use of undeclared identifier 'WorkbenchData'
      
              struct CProvider : public WorkbenchData::CodeProvider
                ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1216:43: expected class name
      
              struct CProvider : public WorkbenchData::CodeProvider
                                        ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1218:13: use of undeclared identifier 'WorkbenchData'
      
                      CProvider(WorkbenchData::Ptr wb, DspNetwork* n) :
                                                       ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1223:27: only virtual member functions can be marked 'override'
      
                      String loadCode() const override { return {}; }
                                ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1224:29: only virtual member functions can be marked 'override'
      
                      bool providesCode() const override { return false; }
                                              ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1225:33: only virtual member functions can be marked 'override'
      
                      bool saveCode(const String& ) override { return true; }
                                                ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1226:36: only virtual member functions can be marked 'override'
      
                      Identifier getInstanceId() const override { return id; }
                                                    ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1230:27: use of undeclared identifier 'WorkbenchData'
      
              struct CHandler : public WorkbenchData::CompileHandler
                                                       ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1230:42: expected class name
      
              struct CHandler : public WorkbenchData::CompileHandler
                                       ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1232:12: use of undeclared identifier 'WorkbenchData'
      
                      CHandler(WorkbenchData::Ptr wb, DspNetwork* n);;
                                                      ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1234:3: use of undeclared identifier 'WorkbenchData'
      
                      WorkbenchData::CompileResult compile(const String& codeToCompile) override
                               ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1239:48: only virtual member functions can be marked 'override'
      
                      void initExternalData(ExternalDataHolder* h) override
                      ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1244:20: use of undeclared identifier 'ui'; did you mean 'analyse::ui'?
      
                      void postCompile(ui::WorkbenchData::CompileResult& lastResult) override;
                                                                   ^~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1244:24: no member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'
      
                      void postCompile(ui::WorkbenchData::CompileResult& lastResult) override;
                ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1246:42: only virtual member functions can be marked 'override'
      
                      void processTest(ProcessDataDyn& data) override;
                                       ~~~~^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1248:49: use of undeclared identifier 'ParameterEvent'
      
                      void prepareTest(PrepareSpecs ps, const Array<ParameterEvent>& initialParameters) override;
                                                             ^~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1250:68: only virtual member functions can be marked 'override'
      
                      void processTestParameterEvent(int parameterIndex, double value) override;
                                                                    ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1301:2: no member named 'ui' in namespace 'snex'; did you mean 'analyse::ui'?
      
              snex::ui::WorkbenchData::Ptr wb;
                                                                                       ^~~~~~~~
      
      
      
      ❌  fatal error: too many errors emitted, stopping now [-ferror-limit=]
      
      
      ▸ Compiling include_hi_scripting_03.cpp
      
      ⚠️  /Users/usager/HISE-develop/hi_components/../hi_dsp/../hi_dsp_library/dsp_nodes/CableNodes.h:1092:13: enumeration value 'numLogicTypes' not handled in switch [-Wswitch]
      
                                      switch (logicType)
                ^
      
      
      
      ⚠️  /Users/usager/HISE-develop/hi_components/../hi_dsp/../hi_dsp_library/dsp_nodes/CableNodes.h:1098:4: non-void function does not return a value in all control paths [-Wreturn-type]
      
                              }
                                              ^
      
      
      
      ⚠️  /Users/usager/HISE-develop/hi_components/../hi_dsp/ProcessorInterfaces.h:335:20: enumeration values 'FilterCoefficients', 'numDataTypes', and 'ConstantLookUp' not handled in switch [-Wswitch]
      
                  switch(type)
                              ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1202:17: no namespace named 'ui' in namespace 'snex'; did you mean 'analyse::ui'?
      
      using namespace snex::ui;
                         ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1216:28: use of undeclared identifier 'WorkbenchData'
      
              struct CProvider : public WorkbenchData::CodeProvider
                ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1216:43: expected class name
      
              struct CProvider : public WorkbenchData::CodeProvider
                                        ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1218:13: use of undeclared identifier 'WorkbenchData'
      
                      CProvider(WorkbenchData::Ptr wb, DspNetwork* n) :
                                                       ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1223:27: only virtual member functions can be marked 'override'
      
                      String loadCode() const override { return {}; }
                                ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1224:29: only virtual member functions can be marked 'override'
      
                      bool providesCode() const override { return false; }
                                              ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1225:33: only virtual member functions can be marked 'override'
      
                      bool saveCode(const String& ) override { return true; }
                                                ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1226:36: only virtual member functions can be marked 'override'
      
                      Identifier getInstanceId() const override { return id; }
                                                    ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1230:27: use of undeclared identifier 'WorkbenchData'
      
              struct CHandler : public WorkbenchData::CompileHandler
                                                       ^~~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1230:42: expected class name
      
              struct CHandler : public WorkbenchData::CompileHandler
                                       ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1232:12: use of undeclared identifier 'WorkbenchData'
      
                      CHandler(WorkbenchData::Ptr wb, DspNetwork* n);;
                                                      ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1234:3: use of undeclared identifier 'WorkbenchData'
      
                      WorkbenchData::CompileResult compile(const String& codeToCompile) override
                               ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1239:48: only virtual member functions can be marked 'override'
      
                      void initExternalData(ExternalDataHolder* h) override
                      ^
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1244:20: use of undeclared identifier 'ui'; did you mean 'analyse::ui'?
      
                      void postCompile(ui::WorkbenchData::CompileResult& lastResult) override;
                                                                   ^~~~~~~~
      
      
      
      ❌  /Users/usager/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.h:1244:24: no member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'
      
                      void postCompile(ui::Workbe 
      
      

      Hope This Helps!
      Thank You it's been fixed in this commit d70f6b7a7d7e1dd252a4f7d70464346dbcd67848

      Check the Post Below!

      Christoph HartC 1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart @LinuxVst
        last edited by

        Should be fixed now.

        L 1 Reply Last reply Reply Quote 1
        • L
          LinuxVst @Christoph Hart
          last edited by LinuxVst

          @christoph-hart

          Hi Christoph
          i tried the Last commit d70f6b7a7d7e1dd252a4f7d70464346dbcd67848

          Thank You it's Perfect
          i was able to Export the Plugins without any Problems
          and you Really did a Good "Cleaning Job" no "Build time Warnings"

          i Compiled with Mac OS Monterey on a mac Pro 5.1 with Xcode 13

          Compilation Successfull.png

          Christoph HartC S 2 Replies Last reply Reply Quote 2
          • Christoph HartC
            Christoph Hart @LinuxVst
            last edited by

            @linuxvst said in Develop branch build status:

            No Build time Warnings"

            Wait until you compile on Windows...

            L 3 Replies Last reply Reply Quote 1
            • L
              LinuxVst @Christoph Hart
              last edited by

              @christoph-hart

              Warnings on Windows !
              Yes i see what you meant!
              a Lot!

              1 Reply Last reply Reply Quote 0
              • L
                LinuxVst @Christoph Hart
                last edited by LinuxVst

                @christoph-hart
                There is a Bug With **"Audio waveform" Component in Hise on Windows & Mac **
                with the last commit 259003aa845a2861df5de23afa4ffc89a09bc41d

                You Can Test it With the "Convolution Reverb Tutorial"
                when you try to load an audio File by "Click to open" it does not open the browser
                and if you use "Drag n Drop" it does not load the File!
                it is Not Working !

                Fixed:
                if you came across this problem just do a Compile then the Audio Waveform Component will show and it will Work

                Hise Develop.png

                P.S. it is Working Perfectly With "Master Branch " on Windows and Mac

                With "Master Branch"

                Hise Master.png

                DanHD L 2 Replies Last reply Reply Quote 1
                • DanHD
                  DanH @LinuxVst
                  last edited by DanH

                  @linuxvst I noticed this today but on OSX - it works in the compiled plugin (the audiolooper at least) but not in HISE

                  DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                  https://dhplugins.com/ | https://dcbreaks.com/
                  London, UK

                  L 2 Replies Last reply Reply Quote 0
                  • L
                    LinuxVst @DanH
                    last edited by LinuxVst

                    @danh
                    i Agree it does not Work also in Hise on Mac i Did not Test with Exported Plugins

                    1 Reply Last reply Reply Quote 0
                    • L
                      LinuxVst @LinuxVst
                      last edited by LinuxVst

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

                        @linuxvst You don't need to clog up the thread posting the same thing multiple times in 24 hours.

                        Libre Wave - Freedom respecting instruments and effects
                        My Patreon - HISE tutorials
                        YouTube Channel - Public HISE tutorials

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          LinuxVst @d.healey
                          last edited by

                          @d-healey

                          i'm just verifying with each new commit he posts to see if this bug was fixed
                          and tell Christop if it is fixed or not!

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

                            @linuxvst said in Develop branch build status:

                            i'm just verifying with each new commit he posts to see if this bug was fixed

                            Check the commit log to see if a bug is fixed - https://github.com/christophhart/HISE/commits/develop

                            If it's been a couple of weeks and there has been no mention of it then it's probably a good time to give it a little bump.

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            L 1 Reply Last reply Reply Quote 0
                            • L
                              LinuxVst @d.healey
                              last edited by LinuxVst

                              @d-healey
                              Thank You For the Commit Log Link!
                              Sorry about This i Just try to Help !

                              1 Reply Last reply Reply Quote 1
                              • L
                                LinuxVst @Christoph Hart
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • L
                                  LinuxVst @DanH
                                  last edited by LinuxVst

                                  @christoph-hart
                                  the Audio Waveform Problem Seem to be only when you load an existing a project
                                  the Audio Waveform will not Show when you load the project
                                  but it will work after you do a compile
                                  it looks like the scripts are not loading Completely upon loading the project
                                  even if you save the project after you re -compiled the scripts

                                  Close Hise and re-open the project
                                  the Audio Waveform will still not load
                                  you have to do a re-compile for the "Audio Waveform" Component to Work!
                                  everytime you load the project!
                                  this is what i Found

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

                                    added ability to change .chx file extension (including passive aggressive comment)

                                    Hahahaha :)

                                    Libre Wave - Freedom respecting instruments and effects
                                    My Patreon - HISE tutorials
                                    YouTube Channel - Public HISE tutorials

                                    Y 1 Reply Last reply Reply Quote 4
                                    • Y
                                      yall @d.healey
                                      last edited by

                                      @d-healey hello, i just successfully compiled the latest online version of developer.
                                      however, I observe a huge slowdown in the interface in general and more particularly the preset browser. I have a column with about twenty presets and scrolling through it is very complicated. big latency. I compiled my plugin successfully, same problem it turns to slow motion.
                                      i recompiled with the latest new layout version, no problem so i guess there are still some bugs on the devlop.
                                      (i tried on mac and pc before writing this)

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        crd
                                        last edited by

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

                                          @d-healey
                                          Sorry, what of these modules needs to be removed? Because based on my picture my issue is different.
                                          Screenshot 2022-01-30 at 01.53.44.png

                                          @d-healey said in Develop branch build status:

                                          Nothing to do with the SDK, that only comes into play when exporting plugins. This error is because Christoph removed the STK nodes from script node but you still have the modules in your .jucer file. You need to remove it or use the .jucer file from github.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Sawer @LinuxVst
                                            last edited by

                                            @linuxvst Hello man.
                                            I have your same Mac features (Xcode 13.1 and Monterey), but still not able to build on my Mac. What have you done to make it work please? Thanks.

                                            S bthjB 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            59

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts