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

      I just had a look in the sourcecode (HiseSettings.cpp line 945) looks like it is perhaps a regex issue.

      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 @ulrik
        last edited by

        @ulrik
        this Happens on Mac OS

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

          @LinuxVst It's a regex issue. MacOS and Windows handle certain regex parts differently. I'm regex illiterate so I don't know the details, but I'm sure it's an easy fix for Christoph when he has the time.

          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

            Is anyone getting this in the Console when they load projects?

            837c6b54-eb6d-4b29-b580-8adafa60ca2a-image.png

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

            C Matt_SFM L ? 4 Replies Last reply Reply Quote 0
            • C
              crd @d.healey
              last edited by

              @d-healey Yes. Happening here also...

              1 Reply Last reply Reply Quote 1
              • Matt_SFM
                Matt_SF @d.healey
                last edited by

                @d-healey not when loading projects but when hitting F5 (compiles correctly though)

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

                1 Reply Last reply Reply Quote 0
                • 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
                                            • First post
                                              Last post

                                            15

                                            Online

                                            1.8k

                                            Users

                                            11.9k

                                            Topics

                                            103.7k

                                            Posts