HISE Logo Forum
    • Categories
    • Register
    • Login

    Develop branch build status

    Scheduled Pinned Locked Moved General Questions
    compilebuilddeveloplatest
    300 Posts 21 Posters 42.7k 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 @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
                    • S
                      Sawer @Sawer
                      last edited by

                      @sawer
                      Solved.

                      1. Downloaded command line
                      2. Place ipp folders correctly
                      3. installed new version of Juce

                      Thanks.

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

                        Today's build error

                        ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:39:106: error: expected primary-expression before ‘)’ token
                           39 | #define GET_BACKEND_ROOT_WINDOW(child) child->findParentComponentOfClass<ComponentWithBackendConnection>()->getBackendRootWindow()
                        

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

                        Christoph HartC 1 Reply Last reply Reply Quote 0
                        • Christoph HartC
                          Christoph Hart @d.healey
                          last edited by

                          @d-healey Should be fixed now.

                          d.healeyD L 2 Replies Last reply Reply Quote 1
                          • d.healeyD
                            d.healey @Christoph Hart
                            last edited by

                            @christoph-hart That worked, thanks!

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

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

                              @Christoph-Hart
                              About
                              - add OpenGL property to custom settings floating tile
                              The OpenGl property added to Custom Settings
                              can not be Enabled or Disabled on the floating tile !
                              and it overwrites other Custom Settings on the floating tile !

                              Dan KorneffD 1 Reply Last reply Reply Quote 0
                              • Dan KorneffD
                                Dan Korneff @LinuxVst
                                last edited by Dan Korneff

                                @LinuxVst I haven't investigated yet, but I did notice that my OpenGL setting was missing from my latest beta.
                                @Christoph-Hart also saw a drastic slowdown in rendering boxBlur() in the latest update.

                                Dan Korneff - Producer / Mixer / Audio Nerd

                                Christoph HartC 1 Reply Last reply Reply Quote 0
                                • bthjB
                                  bthj @Sawer
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • Christoph HartC
                                    Christoph Hart @Dan Korneff
                                    last edited by

                                    @dustbro Can you spot the point where the box blur became slow (or from which point did you update to the current state)? I didn't change the box blur for some time now (I replaced the entire blur logic with a faster algorithm maybe a year ago), but I also noticed that it's super slow now.

                                    L Dan KorneffD 2 Replies Last reply Reply Quote 0
                                    • L
                                      LinuxVst @Christoph Hart
                                      last edited by LinuxVst

                                      @Christoph-Hart
                                      in Last Commit - fix OpenGL setting glitches
                                      OpenGL in Custom Settings is Missing Combo Box or On-Off

                                      OpenGL No ComboBox.png

                                      Christoph HartC 1 Reply Last reply Reply Quote 0
                                      • Dan KorneffD
                                        Dan Korneff @Christoph Hart
                                        last edited by

                                        @Christoph-Hart I'm not 100% sure yet. It happened sometime between Spetember and now.

                                        Dan Korneff - Producer / Mixer / Audio Nerd

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

                                          @LinuxVst Is the combobox also not appearing in the compiled plugin? I think it's deactivated because there's another OpenGL setting in HISE itself that overrides this, but I might be wrong.

                                          @dustbro Does changing this

                                          Link Preview Image
                                          HISE/hi_tools/hi_tools/PostGraphicsRenderer.cpp at 6936625b0b503734fe5dd0ccce7b7896da7fa5cd · christophhart/HISE

                                          The open source framework for sample based instruments - HISE/hi_tools/hi_tools/PostGraphicsRenderer.cpp at 6936625b0b503734fe5dd0ccce7b7896da7fa5cd · christophhart/HISE

                                          favicon

                                          GitHub (github.com)

                                          to 2 (or even 4) help?

                                          L Dan KorneffD 2 Replies Last reply Reply Quote 0
                                          • L
                                            LinuxVst @Christoph Hart
                                            last edited by

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

                                            28

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts