HISE Logo Forum
    • Categories
    • Register
    • Login

    New Layout Bugs (not feature requests)

    Scheduled Pinned Locked Moved Bug Reports
    166 Posts 14 Posters 13.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.
    • 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
                    • Dan KorneffD
                      Dan Korneff @d.healey
                      last edited by

                      @d-healey getting a fatal error on your development branch

                      ../../../../../HISE/hi_core/additional_libraries/fft_convolver/AudioFFT.cpp:52:12: fatal error: fftw3.h: No such file or directory
                         52 |   #include <fftw3.h>
                            |            ^~~~~~~~~
                      
                      

                      Dan Korneff - Producer / Mixer / Audio Nerd

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

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

                        with xcode 12,5,1

                        I couldn't get 12.5 to work on my computer. xcode 12 and xcode 13 worked though

                        Dan Korneff - Producer / Mixer / Audio Nerd

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

                          @dustbro Yes, you need to adjust the .jucer file to suit your setup. I'm ussing FFTW instead of IPP, this is only for Open Source licensed projects.

                          @LinuxVst Latest commit isn't working - see my post a few above yours. Xcode 13 is what I'm using.

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

                          L 1 Reply Last reply Reply Quote 1
                          • Dan KorneffD
                            Dan Korneff
                            last edited by Dan Korneff

                            @Christoph-Hart I'm unable to export a plugin from the latest commit on Windows 10. Just in case you aren't aware:

                            Error	C2039	'dll': is not a member of 'scriptnode'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C3083	'dll': the symbol to the left of a '::' must be a type	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2039	'FactoryBase': is not a member of 'scriptnode'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2143	syntax error: missing ';' before '*'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2039	'FrontendHostFactory': is not a member of 'hise'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C3083	'FrontendHostFactory': the symbol to the left of a '::' must be a type	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2039	'createStaticFactory': is not a member of 'hise'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2059	syntax error: '{'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2143	syntax error: missing ';' before '{'	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2447	'{': missing function header (old-style formal list?)	Test_SharedCode	e:\Test\binaries\source\plugin.cpp	19	
                            Error	C2653	'stk': is not a class or namespace name (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_03.cpp)	Test_SharedCode	e:\github\hise\hi_scripting\scripting\scriptnode\api\dspnetwork.cpp	68	
                            Error	C2061	syntax error: identifier 'StkFactory' (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_03.cpp)	Test_SharedCode	e:\github\hise\hi_scripting\scripting\scriptnode\api\dspnetwork.cpp	68	
                            Error	LNK1104	cannot open file 'Test Debug x86.lib'	Test_VST3	E:\Test\Binaries\Builds\VisualStudio2017\LINK	1	
                            
                            

                            Dan Korneff - Producer / Mixer / Audio Nerd

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

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • C
                                crd
                                last edited by

                                @Christoph-Hart

                                In the latest build, the snex_workbench crashes when you use select "tools - compile DSP networks" on Mac OS.

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

                                  SliderPack callbacks don't trigger unless the processor with the sliderpack is currently visible.

                                  In this snippet there are two midi processors scripts, each with a sliderpack. The sliderpacks are connected. If you have the second script open (Script Processor1) and move the sliders on the Interface script, then the second script's sliderpack control callback will trigger. If you don't have the second script open the callback won't trigger.

                                  HiseSnippet 895.3oc6V0saSCCE1taFQKLDC3AHZWUzfpT1XLzDhs0sAEXqA5XfDWf7Rbaslicji6fBBdQ3EfGOdCfiSRWx1pJzpwEHQtvJm+r+NG6O6imV4yhiUZDt79ChXH7UIsGHM8ZzixknlagvWirKM1vzNop1bPDMNlEfv3YdhUAt7rnjue73MoBpzmkqBgNPw8YufGxM4Z8V+4bgXGZ.aedXAuWd8l9JYCkP0GvyLDWTD0+HZW1dTqakHH7k1NfaT51FpgEC9roJXP6dpOHS8+.dL+PAyJTG0FlnT0nF83h.ug4ZLBgm0KOymIMyuEYWd.+D84UfqmXvIOhh0.bowAo5S.jJU.RylBo4Is807HStEKdtBooD1P5PgRcQnj5KpTILogB7PZpEROhsiFDNIhpq35dGGX31qUoBTtiMNGS0NsE7.l1Cp20cdjyvv6xLMTgQJIHTcgB9rfM5JU5zW5a3JoiRtmxvZIqd6JetR4JeohyYM0oyHsYWIsRHX5QZ1d.QOt.qJ6GdHSeGHID8Ym3HTAO81xk9y1V7SS7BNpjMkbSqHVl7NJQfsba++7ahnrJGrchyPH.ESxl4Mx1LyKiHNLQyQJTWQIoABSvWAlr.pghvuirxx0fuNKZGeXCXXoVSp7R2+kubwic4atZi2z5Yep0gqJ8VrFB85laYWjL3BHGxlHl1vsEM7VriA5a5YwxjsXwGYTQI9lcn.P5DjbezlXeGRrA1e9J7SzvZWSv4alMG4LMnDWfTPFGoXTAWjbrW+vbnDaWeLr9CoLeKmxDyLOkw61yT8hfjTPrll0kauIcCiGUac18LNDamojCMMnBwgftpJYAGxLZAEWJ3RVQBw48qp+PXUjd.FiUBVsHMGfPp90.Ny+NbYxEEW9+72IK49X9a06u9fbgf0Qm+sK3USUPeA0b5mRs8LjY.17OEE09FkLlaFTrmhI38U2w995eJDmm3wM98FMFKMBLZe59u.Fy5JYNx1c5v7M4.bVxNucZaA42r7uR02vkc2kZzb6k01KMglw7YvpKkLQx8lkrzjTYWqrsBzlICRD9I7kYr9IWxBFqOzHJj5qUu2OkbY664xIZ.LISZyqLzuIH6jykHt0bQgPKXu222l92EXtiNl6MEwrzTDyxSQL2eJhYkoHlGLEwr5Xiw186F8MpvT5.nva6jacv3skT3jUxoPzu..u8Y0A
                                  

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

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

                                    When I open a project xml, my SNEX connections are missing from the DSP network.
                                    connections missing.png
                                    I have to unload and reload the dsp network for them to connect back up
                                    connected.png

                                    Dan Korneff - Producer / Mixer / Audio Nerd

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

                                      @Christoph-Hart
                                      I may be missing something obvious, but there seems to be no way to disable loops in the latest new layout build.

                                      d.healeyD C 2 Replies Last reply Reply Quote 0
                                      • d.healeyD
                                        d.healey @crd
                                        last edited by

                                        @crd What do you mean?

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

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          crd @d.healey
                                          last edited by

                                          @d-healey this button in the sampler seems to no longer work:
                                          Screen Shot 2021-11-10 at 3.29.40 PM.png
                                          Samplers seem to play loops regardless of whether or not loop playback is disabled or enabled.

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

                                            @crd Aha, yes sounds like a bug :)

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

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            21

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.3k

                                            Posts