HISE Logo Forum
    • Categories
    • Register
    • Login

    Installing Samples Dialog....

    Scheduled Pinned Locked Moved Feature Requests
    130 Posts 13 Posters 11.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.
    • hisefiloH
      hisefilo @d.healey
      last edited by hisefilo

      @d-healey Figured it out. Permission denied on Projucer.app (the one in you source code). Will try to replace it

      /HISE-develop-davo/tools/Projucer/Projucer.app/Contents/MacOS/Projucer: Permission denied
      
      hisefiloH 1 Reply Last reply Reply Quote 1
      • hisefiloH
        hisefilo @hisefilo
        last edited by hisefilo

        @hisefilo Compiling :) on MacOS, no app will be executed unless it's signed/notarised or compiled locally
        That gives the permission rejection

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

          @hisefilo That makes sense, you can swap out the Projucer app for the one that works on your system then :)

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

          hisefiloH 1 Reply Last reply Reply Quote 0
          • hisefiloH
            hisefilo @d.healey
            last edited by

            @d-healey yes, already compiling that way.

            hisefiloH 1 Reply Last reply Reply Quote 1
            • hisefiloH
              hisefilo @hisefilo
              last edited by

              @d-healey still asking for samples.

              Screen Shot 2020-04-30 at 14.10.20.png !

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

                @hisefilo Yeah but did it ask you to locate or install?

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

                hisefiloH 1 Reply Last reply Reply Quote 0
                • hisefiloH
                  hisefilo @d.healey
                  last edited by

                  @d-healey

                  Screen Shot 2020-04-30 at 14.10.16.png

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

                    @hisefilo Thanks, you get the same result as me.

                    Now we have to figure out why Lindon is getting a different result...

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

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

                      Not sure if it's related, but I had to disable both in the Projucer project.
                      juce.png

                      Then on my instrument project I add extra definitions to hide the buttons.
                      entering this only shows the "locate" button:

                      HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=0
                      

                      and entering this only shows the "install" button:

                      HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0
                      

                      Dan Korneff - Producer / Mixer / Audio Nerd

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

                        @dustbro Is this using my develop branch of HISE? I didn't have to touch those properties in hi_core when I exported, they were both set as default.

                        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

                          @d-healey said in Installing Samples Dialog....:

                          Is this using my develop branch of HISE?

                          no. this is the scriptnode branch

                          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 That doesn't contain my fix so won't help Lindon here :p

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

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

                              @d-healey not sure if useful anymore but I use just the locate sample folder button with the preprocessor definitions above(=1, =0) activated and works fine for myself. In scriptnode branch. On windows.

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

                                @coreyu21 what about the other way around, to show just the install button?

                                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
                                  coreyu21 @d.healey
                                  last edited by

                                  @d-healey I get an error as it looks like it just shows both install buttons and the text says something like “You shouldn’t see this”. I’m not at cpu right now but if needed I can send a screenshot when I’m back.

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

                                    @coreyu21 Yeah I think that's why I made a fix :p

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

                                    DanHD 1 Reply Last reply Reply Quote 0
                                    • DanHD
                                      DanH @d.healey
                                      last edited by

                                      @d-healey What does one have to do these days to omit the 'Choose Sample Folder' button?

                                      DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                      https://dhplugins.com/ | https://dcbreaks.com/
                                      London, UK

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

                                        @DanH Same as always, set the flag.

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

                                        DanHD 2 Replies Last reply Reply Quote 0
                                        • DanHD
                                          DanH @d.healey
                                          last edited by

                                          @d-healey both of them? Tried it and didn't work, been round the houses trying all the methods in this thread... will try again!

                                          DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                          https://dhplugins.com/ | https://dcbreaks.com/
                                          London, UK

                                          1 Reply Last reply Reply Quote 0
                                          • DanHD
                                            DanH @d.healey
                                            last edited by

                                            @d-healey yep I just get nothing if I set both the flags.

                                            DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                            https://dhplugins.com/ | https://dcbreaks.com/
                                            London, UK

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            18

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.4k

                                            Posts