HISE Logo Forum
    • Categories
    • Register
    • Login

    Samplemaps for future usage

    Scheduled Pinned Locked Moved General Questions
    53 Posts 3 Posters 2.7k 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 @arminh
      last edited by

      @arminh Are you using a recent build of HISE?

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

      1 Reply Last reply Reply Quote 0
      • A
        arminh
        last edited by

        @d-healey nope, i tried latest scriptnode release but when i createing expansion hise just close itself. Im using this commit
        https://github.com/christophhart/HISE/commit/bf968d90af8ab93213a650816bc9a0764f5b5ca2

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

          Weird, it should definitely be there because it was added last year - https://forum.hise.audio/topic/1797/expansion-user-presets

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

          1 Reply Last reply Reply Quote 0
          • A
            arminh
            last edited by

            @d-healey we still need build hise with HISE_ENABLE_EXPANSIONS flag?

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

              Hey guys. Good to hear about all the progress put into the engine, very exciting! In my opinion, the expansion system does not work if the user can not reload the expansion on Init e.g. a combo box or something similar.

              Everything else works as intended. @d-healey has this been resolved in a recent commit? I’m getting conflicting answers and was wondering if you knew anything else about this situation. Thank you.

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

                @coreyu21 but user can change expansion packs if you write it in script

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

                  @arminh I know. I created my own expansion system with the preset browser. It’s not efficient by any means but works. It would just be nice to use the expansion system included but there’s no way for a user to pull the correct expansion when they load the plugin(which I tried to fix in c++ multiple times) as this is an important feature for me to have. Thank you though🙂 I’ll keep working at it.

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

                    @arminh
                    Yeah, and EXPANSION_EDITING (or whatever it's called) as well.

                    @coreyu21 said in Samplemaps for future usage:

                    the expansion system does not work if the user can not reload the expansion on Init e.g. a combo box or something similar.

                    For me that isn't an issue. The user loads up my plugin in their DAW and then selects the expansion and preset they want to use. I don't need it to load with anything to start with. Just like how when you open Kontakt it has no patches loaded.

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

                    C 1 Reply Last reply Reply Quote 0
                    • A
                      arminh
                      last edited by

                      @d-healey i compiled hise with flag and now it's not work for me. I created expansion and wanted to create sample map and monolith and after it i have something like this ...

                      alt text

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

                        @d-healey so In your plugin, when the user creates a project; saves the project; and then reopens the project down the road, the user has to reload the expansion pack in the plugin that was used with the project?..just curious as this is what I’m trying to avoid

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

                          @coreyu21 You mean saves a project in their DAW? I haven't tested it but I would assume it just saves the state of the instrument as it does when not using expansions.

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

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

                            @arminh

                            I have these flags set.

                            HI_ENABLE_EXPANSION_EDITING=1
                            HISE_ENABLE_EXPANSIONS=1
                            

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

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              arminh @d.healey
                              last edited by

                              @d-healey still not work for me :/ Its problem with creating monolith.

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

                                @arminh Make a new project, add a sampler, use that to create all of your sample maps and monoliths. Then move them to the correct expansion folders.

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

                                A 1 Reply Last reply Reply Quote 0
                                • A
                                  arminh @d.healey
                                  last edited by

                                  @d-healey ok i did as you said but its not workin like should because i need store samples inside Expansion folder and second thing is that everytime i have popup about problem with finding samples.

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

                                    @arminh
                                    Why can't you move the samples to the expansion folder?

                                    You need to disable the sample locate popup and handle it manually using your installer.

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

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

                                      @d-healey yea that’s my issue is the user will reopen their saved project and have to find the expansion and sample used for the daw to play whatever was saved. And being a sampler, the user will have multiple plugins in a project with different sounds. So having to find all of the sounds previously saved doesn’t work for me unfortunately 😔

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

                                        @coreyu21 I'll be trying this out soon. Which DAWs have you tested?

                                        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 we use acid pro right now but any should work I think. When I reload the project the expansion combo box is reset which doesn’t let the preset browser load the saved sample because it reads no expansion in the combo box. I believe when we talked about this in the past you said it was a circular loop error in the c++ or something like of that sort

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

                                            @coreyu21 So the instrument doesn't have any sample maps loaded when you reopen the project?

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

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

                                            10

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.2k

                                            Posts