HISE Logo Forum
    • Categories
    • Register
    • Login

    New Layout Bugs (not feature requests)

    Scheduled Pinned Locked Moved Bug Reports
    166 Posts 14 Posters 13.4k 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

      @d-healey
      The Same Here it happens with a plugin that has a lot of Stuff
      but it Compiles and works

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

        Anyone tried encoding ch files with the new_layout branch yet?

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

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User @d.healey
          last edited by

          @d-healey Yes!! I am seeing this as well! Brings back painful memories!

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User
            last edited by

            Also, there is a bug when you delete a container that already contains a sampler f.e. It's been there before already... so it's not new_layout-specific. But it'd be nice if it weren't there anymore!

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

              Selecting all samples in the mapping editor with CTRL+A then right clicking in an unmapped area clears the selection.

              Opening the trim sample start option from the context menu causes HISE to crash.

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

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

                Selecting the the "dynamics" tab when creating a new node in the new layout branch leads to an instant crash.

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

                  Adding an oversample container in scriptnode causes distortion.

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

                    Zooming in the loop finder window causes crash.

                    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
                    • d.healeyD
                      d.healey
                      last edited by

                      Build error

                      ../../../../../HISE/hi_core/hi_core/MainControllerHelpers.cpp:154:34: error: cannot bind non-const lvalue reference of type ‘hise::MidiControllerAutomationHandler::AutomationData&’ to an rvalue of type ‘hise::MidiControllerAutomationHandler::AutomationData’
                        154 |     auto& a = automationData[i][j];
                      

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

                      nouslouN 1 Reply Last reply Reply Quote 0
                      • nouslouN
                        nouslou @d.healey
                        last edited by

                        @d-healey With the latest commit have the same error

                        1 Reply Last reply Reply Quote 0
                        • Matt_SFM
                          Matt_SF
                          last edited by

                          Same here

                          Develop branch
                          Win10 & VS17 / Ventura & Xcode 14. 3

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

                            @d-healey said in New Layout Bugs (not feature requests):

                            Zooming in the loop finder window causes crash.

                            For some reason I can't reproduce it. Can you debug it and check where it crashes?

                            Selecting the the "dynamics" tab when creating a new node in the new layout branch leads to an instant crash.

                            Adding an oversample container in scriptnode causes distortion.

                            There are a few nodes which cannot be used in a polyphonic context and the dynamics and oversample nodes happen to be like this. But I've fixed the crashes and changed it to a valid error message.

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

                              @Christoph-Hart said in New Layout Bugs (not feature requests):

                              For some reason I can't reproduce it. Can you debug it and check where it crashes?

                              It only happens when moving the slider to the left, beyond the centre position.

                              The crash happens at 596 of SampleDisplaysComponent.cpp

                              Call stack:

                              a96b55ee-5978-49ff-a8c9-c7cac1596e82-image.png

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

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

                                Selecting a sample in the table list doesn't update the displayed waveform.

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

                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User
                                  last edited by A Former User

                                  Am I stupid? Trying to switch to new_layout branch and it's saying

                                  new_layout did not match any file(s) known to git

                                  edit: sorry I am stupid - had to checkout to develop first...

                                  d.healeyD 1 Reply Last reply Reply Quote 1
                                  • d.healeyD
                                    d.healey @A Former User
                                    last edited by

                                    Selecting all samples in the sample map window and right clicking is still glitchy. Sometimes it opens the popup menu, other times it deselects all the samples.

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

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

                                      Build error with latest commit

                                      ../../../../../HISE/hi_scripting/scripting/api/ScriptingApi.cpp:3239:32: error: cannot bind non-const lvalue reference of type ‘juce::ValueTree&’ to an rvalue of type ‘juce::ValueTree’
                                       3239 |                 for (auto& c : v)
                                      

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

                                      Dan KorneffD 1 Reply Last reply Reply Quote 0
                                      • Dan KorneffD
                                        Dan Korneff @d.healey
                                        last edited by

                                        @d-healey what did you have to do to cure the -fpermissive issue on Linux? Trying to compile the New Layout

                                        ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/scripting/scriptnode/api/NodeBase.h:198:8: error: declaration of ‘using Parameter = class scriptnode::Parameter’ changes meaning of ‘Parameter’ [-fpermissive]
                                          198 |  using Parameter = Parameter;
                                              |        ^~~~~~~~~
                                        

                                        Dan Korneff - Producer / Mixer / Audio Nerd

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

                                          @dustbro said in New Layout Bugs (not feature requests):

                                          cure the -fpermissive issue on Linux

                                          I added the -fpermissive flag :)

                                          This is my fork that builds on GNU/Linux - https://github.com/davidhealey/HISE/tree/development

                                          I have made a few alterations to the default .jucer file. You'll probably want to adjust it for your purposes, especially on Windows/Mac. Or it might be better just to take my values from there for Linux. I've also made some alterations to the source code, but probably nothing you'll notice.

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

                                          L Dan KorneffD 2 Replies Last reply Reply Quote 0
                                          • L
                                            LinuxVst @d.healey
                                            last edited by

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

                                            7

                                            Online

                                            1.8k

                                            Users

                                            11.9k

                                            Topics

                                            103.9k

                                            Posts