HISE Logo Forum
    • Categories
    • Register
    • Login

    Convolution Reverb or Audioloop Player doesn't load file

    Scheduled Pinned Locked Moved Bug Reports
    57 Posts 8 Posters 4.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.
    • LindonL
      Lindon
      last edited by

      Well interesting in a frustrating sort of way...

      So I ran Product>Build for>Testing

      --- and ran the resulting image (called HISE Debug) that was in:

      Hise Master>projects>standalone>Builds>MacOSX>build>Debug

      --- I couldnt see any debugger anywhere.... I also ran the same thing pressing the "play button" - that built the image and then did noting (didnt even start it..)

      But......

      HISE Debug WILL load wav files into the Convolution reverb - I ctrl-clicked and selected a file - it loaded. I opened a project with a convolution reverb in it - it loaded the wav file on start up - I selected another reverb from the projects combo box and this loaded too, so script based loading is also working.

      Just to be on the safe side I ran

      I ran Product>Build for>Profiling

      -- and ran the resulting image from:

      Hise Master>projects>standalone>Builds>MacOSX>build>Release>

      This WILL NOT open wav files in the convolution reverb.

      -- Im not sure this helps that much, it might help me if you tell me I can (as a temp work around) build plug-ins using the debug version of Hise Standalone...

      HISE Development for hire.
      www.channelrobot.com

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

        So, not only is it only happening in macOS mojave only, it's also just in the Release mode? Oh lord.

        You absolutely must not ship the debug build of a plugin build with HISE. The performance is about 100x slower, all sorts of debugging functions might create drop outs at random occassions.

        But you can of course use the Debug version of HISE to build it - the export will use the Release configuration anyway (so in your end user plugin you won't be able to load convolution reverbs either. Not sure if this helps with your problem.

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

          A while back, I had an issue where Debug was working properly, and Release was not. I think it ended up being an optimization issue...
          I could be way off, but try building the release version of HISE with Optimization disabled in the Projucer and see if that works:
          OPTIMIZATION.png

          Dan Korneff - Producer / Mixer / Audio Nerd

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

            @dustbro I had this also with something on Linux Mint, disabling optimization was a temporary fix I used.

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

            1 Reply Last reply Reply Quote 1
            • LindonL
              Lindon @Dan Korneff
              last edited by

              @dustbro that looks like Visual Studio - so happening on Windows, not Mac? - of course I will try it.

              HISE Development for hire.
              www.channelrobot.com

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

                @Lindon NOT happening on Windows. I was just showing you were the setting was

                Dan Korneff - Producer / Mixer / Audio Nerd

                LindonL 1 Reply Last reply Reply Quote 0
                • LindonL
                  Lindon @Dan Korneff
                  last edited by Lindon

                  @dustbro thanks. - On more than one front... because:

                  @Christoph-Hart --- that seems to fix it. I re-compiled with optimisation set at its lowest(no optimisation) level -O0 ...and it now works.

                  -- what a relief, now I can get the customer off my back....

                  HISE Development for hire.
                  www.channelrobot.com

                  1 Reply Last reply Reply Quote 1
                  • F
                    forgotpassword
                    last edited by

                    @dustbro thanks for the tip with the »no-optimisation« setting! loading loops and impulses works with this on mojave.

                    @Lindon thanks for your time figuring it out!!!

                    @Christoph-Hart after working with HISE for over a year on my day off for 12-hours every week I was so frustrated by this, that i bought kontakt. believe me, i had a quite a few of this ******-moments, and i´m not a guy that easily gives up. i really love what your doing and i love the project and all the guys/girls around here, but, at in the end i want to spend time creating instruments and not fiddling around with random-settings for hours/days just to get HISE to work (again). It was a pain to get it to work the first time on mac. It was a pain getting it kinda to work on windows. It was a pain trying to get it to work after I had to update my mac to handle my dayjob. and, believe me, I delayed that os-update as long as possible.

                    ok, with this off my chest: do you see any chance to get this heavyweight off the shoulders of the not-so-c++sy-users, like me?

                    I am thinking of a HISE-build-server:

                    1. you connect your instruments github-repo
                    2. you merge your dev-branch to release-branch
                    3. which triggers automatic builds for any target platforms (windows, mac, and linux...)
                    4. you receive the links to the builds

                    You would use it to build new HISE-updates, which would ensure that it works. No user would have to compile HISE or their own instruments ever again.

                    You said once in a post: »Life/time is too precious to rebuild the pool files on every compile« which made me smile. I think: Lifetime is too precious to setup build environments at all!

                    Christoph, what do you think? Can i help to set something like this up? Would it be possible with something like:
                    https://azure.microsoft.com/de-de/services/devops/pipelines/

                    Cheers
                    Peter

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

                      Christoph, what do you think?

                      Yes, having a "hosted" option for people who don't want to compile themselves is on our roadmap (will be part of the resurrection of the HISE Player).

                      I re-compiled with optimisation set at its lowest(no optimisation) level -O0 ...and it now works.

                      This is not a solution, you don't want to ship a product which is not optimised. I've just updated to Mojave and can reproduce the issue - it has something to do with new security settings that prevent unsigned apps from loading files. I am working on a fix right now.

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

                        OK, I need more time, this seems to be impossible to debug without contacting Apple about their new security policy.

                        In the meantime, you can deactivate Link Time Optimisation (which is the culprit). The binary won't be as fast as with it enabled, but it's 100x better than O0

                        LindonL 1 Reply Last reply Reply Quote 1
                        • LindonL
                          Lindon @Christoph Hart
                          last edited by

                          @Christoph-Hart Ok great. Now how do we "deactivate Link Time Optimisation"?

                          HISE Development for hire.
                          www.channelrobot.com

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

                            It's a setting in the Projucer:

                            ac832475-1af7-4423-962e-f44856fedef2-image.png

                            LindonL 1 Reply Last reply Reply Quote 0
                            • LindonL
                              Lindon @Christoph Hart
                              last edited by

                              @Christoph-Hart OK thanks

                              HISE Development for hire.
                              www.channelrobot.com

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

                                Finally:

                                Link Preview Image
                                - fixed audio files not being loaded on macOS mojave with O3 LTO · christophhart/HISE@6684de8

                                The open source framework for sample based instruments - - fixed audio files not being loaded on macOS mojave with O3 LTO · christophhart/HISE@6684de8

                                favicon

                                GitHub (github.com)

                                That's a day of annoying work I'll never get back.

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

                                  @Christoph-Hart 👏 👏 👏

                                  Dan Korneff - Producer / Mixer / Audio Nerd

                                  LindonL 1 Reply Last reply Reply Quote 0
                                  • LindonL
                                    Lindon @Dan Korneff
                                    last edited by

                                    @Christoph-Hart -- so thats in the scriptnode branch right?

                                    HISE Development for hire.
                                    www.channelrobot.com

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

                                      Yes. But as long as you don't actually use scriptnode (which is not 100% ready), the branch should be as stable as the master branch.

                                      LindonL 1 Reply Last reply Reply Quote 0
                                      • LindonL
                                        Lindon @Christoph Hart
                                        last edited by

                                        @Christoph-Hart yep, not planning on going anywhere near that stuff...

                                        HISE Development for hire.
                                        www.channelrobot.com

                                        1 Reply Last reply Reply Quote 0
                                        • F
                                          forgotpassword
                                          last edited by

                                          @Christoph-Hart Thank you very much Christoph! I really appreciate it!

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

                                          20

                                          Online

                                          1.7k

                                          Users

                                          11.9k

                                          Topics

                                          103.6k

                                          Posts