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.
    • T
      tomekslesicki @Dan Korneff
      last edited by

      @dustbro Yup, Christoph and David helped a lot, thanks! :-)

      1 Reply Last reply Reply Quote 1
      • LindonL
        Lindon
        last edited by

        OK so I got around to trying this... and no no no no no NO NO! surely I have this wrong and I'm making some silly mistake in implementing this -----

        As far as I can see I can have:

        1. both buttons: (dont put anything in the extra definitions..)

        2. Just the locate button: (put HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=0 in the extra definitions)

        3. Have no buttons and no dialog at all: (put HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0 in the extra definitions)

        • Anyone see my dilemma?

        I have a bunch of users who are getting confused when there are two buttons on show - they keep pressing the LOCATE button when I want them to press the INSTALL button - this generates a bunch of support calls.....

        So I want to be able to show them just the INSTALL button...and that's not an option listed above...

        I've tried a bunch of things e.g.:

        HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
        HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0

        but I cant get anything to do what I need, someone please please tell me I'm making a silly mistake and its not been implemented this way?

        HISE Development for hire.
        www.channelrobot.com

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

          @Lindon said in Installing Samples Dialog....:

          HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
          HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0

          I thought that would work, I'll test it later.

          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

            Yep, it doesn't work. I'll take a look in the source and see if it's something I can fix

            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

              Fixed it - https://github.com/davidhealey/HISE/tree/develop

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

              LindonL 1 Reply Last reply Reply Quote 3
              • LindonL
                Lindon @d.healey
                last edited by

                @d-healey well done - thanks.. I take it now I can say:

                HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
                HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0

                to get what Im looking for...?

                HISE Development for hire.
                www.channelrobot.com

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

                  @Lindon Yeah.

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

                  LindonL 2 Replies Last reply Reply Quote 1
                  • LindonL
                    Lindon @d.healey
                    last edited by

                    @d-healey great thanks mate you're a life saver....

                    HISE Development for hire.
                    www.channelrobot.com

                    1 Reply Last reply Reply Quote 1
                    • C
                      coreyu21
                      last edited by

                      When these are set both to zero and open the plugin, it creates a generic link in the app data folder. Is there anyway not for that linkWindows file to be created?

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        coreyu21 @coreyu21
                        last edited by

                        @coreyu21 self-made issue. Disregard

                        1 Reply Last reply Reply Quote 0
                        • LindonL
                          Lindon @d.healey
                          last edited by Lindon

                          @d-healey -- sorry Dave - no go, just tried it :

                          HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
                          HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0

                          --and I get no sample install interface showing up...

                          and the LinkWindows has this in it:

                          C:\Users\Lindon\Documents\Channel Robot\Atmosia2\Samples

                          I put these preprocess statements in the windows and mac areas...

                          HISE Development for hire.
                          www.channelrobot.com

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

                            Works for me. Did you clear out old intermediate files before building? And any old config files?

                            ccbbc074-df4b-4088-9cb6-6e39705c9cf1-image.png

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

                            LindonL 1 Reply Last reply Reply Quote 0
                            • LindonL
                              Lindon @d.healey
                              last edited by

                              @d-healey well I only know to remove this folder completely...:

                              C:\Users\Lindon\AppData\Roaming\Channel Robot\Atmosia2

                              ..which I did...

                              Is there something in the HISE build I need to remove?

                              HISE Development for hire.
                              www.channelrobot.com

                              ustkU 1 Reply Last reply Reply Quote 0
                              • ustkU
                                ustk @Lindon
                                last edited by

                                @Lindon The "Builds" folder itself

                                Can't help pressing F5 in the forum...

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

                                  Delete everything in the project's Binaries folder.

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

                                  LindonL 1 Reply Last reply Reply Quote 0
                                  • LindonL
                                    Lindon @d.healey
                                    last edited by

                                    @d-healey Nope that made no differnce...

                                    So I deleted everything from the Binaries folder, removed the

                                    C:/User/Lindon/AppData/Roaming/Channel Robot/Atmosia2 folder

                                    put this in the Extra Definitions Windows section of the preferences

                                    HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
                                    HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0

                                    Compiled the stand alone.
                                    Started the stand alone

                                    • It asked me (correctly) for my serial number...
                                    • gave it my serial number
                                    • and it opened into the interface bypassing the sample load process...

                                    Interestingly(or not)

                                    when I say this:

                                    HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1

                                    -- I get BOTH buttons (which I think is probably correct)

                                    when I say this

                                    HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0

                                    -- I get nothing at all (which I think is also wrong..)

                                    HISE Development for hire.
                                    www.channelrobot.com

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

                                      Did you recompile HISE? It sounds like the issue from the old version, before I added my fix.

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

                                      LindonL 1 Reply Last reply Reply Quote 0
                                      • LindonL
                                        Lindon @d.healey
                                        last edited by Lindon

                                        @d-healey yep I did that this morning... and I'm pretty sure Im using your version:

                                        99c3dd8c-de56-40a9-910b-063310a760d1-image.png

                                        HISE Development for hire.
                                        www.channelrobot.com

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

                                          @Lindon said in Installing Samples Dialog....:

                                          I'm pretty sure Im using your version:

                                          We better check that.

                                          Look in hi_backend/backend/ProjectTemplate.cpp and see if this line is in there HI_ENABLE_LEGACY_CPU_SUPPORT=%LEGACY_CPU_SUPPORT%\

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

                                          LindonL 1 Reply Last reply Reply Quote 0
                                          • LindonL
                                            Lindon @d.healey
                                            last edited by

                                            @d-healey yep its there:

                                            <CONFIGURATION name="Debug" isDebug="1" optimisation="1" linkTimeOptimisation="0"\r\n"
                                            " targetName="%NAME%" defines="USE_IPP=%USE_IPP% HI_ENABLE_LEGACY_CPU_SUPPORT=%LEGACY_CPU_SUPPORT%" headerPath="%IPP_HEADER%" libraryPath="%IPP_LIBRARY%"/>\r\n"
                                            " <CONFIGURATION name="Release" isDebug="0" optimisation="3" linkTimeOptimisation="1"\r\n"
                                            " targetName="%NAME%" defines="USE_IPP=%USE_IPP% HI_ENABLE_LEGACY_CPU_SUPPORT=%LEGACY_CPU_SUPPORT%" headerPath="%IPP_HEADER%" libraryPath="%IPP_LIBRARY%"/>\r\n"
                                            " \r\n"

                                            HISE Development for hire.
                                            www.channelrobot.com

                                            d.healeyD LindonL 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            20

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.4k

                                            Posts