HISE Logo Forum
    • Categories
    • Register
    • Login

    The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm

    Scheduled Pinned Locked Moved Feature Requests
    65 Posts 8 Posters 2.3k 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.
    • Christoph HartC
      Christoph Hart @Lindon
      last edited by

      Being able to dump multiple sets of samples into the RR groups and switch between them in the script seems like a very useful

      That will of course still be the case with the new system.

      1. Dump your samples in there
      2. Create a custom layer.
      3. Assign the samples to indexes within this custom layer (either by manually selecting parts of them and assign it to a certain group or by using the inbuilt file token parser if the file naming scheme is consistent).
      4. Call Sampler.setLayerFilter(MY_CUSTOM_LAYER, 4) to play only the samples that you have assigned to the 4th group within that layer.
      Christoph HartC 1 Reply Last reply Reply Quote 1
      • Christoph HartC
        Christoph Hart @Christoph Hart
        last edited by

        Then Im all good for a go - where's that big green button that needs pressing?

        Haha, that's literally the UX at the moment:

        c3bcaf8e-97b8-4e14-bc11-7959a28f2546-image.png

        1 Reply Last reply Reply Quote 3
        • clevername27C
          clevername27 @Christoph Hart
          last edited by

          @Christoph-Hart Improvements > backwards-compatibility.

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

            @Christoph-Hart Once this is complete perhaps we could arrange a meetup and you could walk us through it?

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

            Christoph HartC 1 Reply Last reply Reply Quote 3
            • Christoph HartC
              Christoph Hart @d.healey
              last edited by

              @d-healey yup good idea.

              1 Reply Last reply Reply Quote 1
              • A
                aaronventure
                last edited by

                Very first impressions just taking a look at it:

                61bd1f08-08f3-43ae-a20c-9de836f16473-image.png

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

                  @aaronventure said in The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm:

                  just taking a look at it:

                  Isn't that just the regular sampler table in your image?

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

                    @d-healey Is it? I can't remember. I just saw this under the Sample Editor in the new commits and thought it was new.

                    d.healeyD Christoph HartC 2 Replies Last reply Reply Quote 0
                    • d.healeyD
                      d.healey @aaronventure
                      last edited by d.healey

                      @aaronventure Nothing new there as far as I can see.

                      Shows the relative path for me btw

                      24442a59-2c04-498f-976e-9f1bf4ef2ff5-image.png

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

                        @d-healey well, damn 🤣

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

                          @aaronventure the table is updated to show the new logic layers that you define.

                          The real change is in the complex group manager tab (which is part of the updated UI layout once you reset your workspace).

                          749630a8-69fe-41a8-8439-596790e95098-image.png

                          d.healeyD 1 Reply Last reply Reply Quote 3
                          • d.healeyD
                            d.healey @Christoph Hart
                            last edited by d.healey

                            @Christoph-Hart I'm not seeing it

                            Edit: Ah I think I need to build with some newer commits, but that webview stuff is still enabled and giving me build errors.

                            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 d.healey

                              @Christoph-Hart I've just been attempting to open some of my older projects in the latest develop build of HISE.

                              Any projects that are using Group Xfade immediately segfault when I play a note. I believe this is probably related to the new sample mapping stuff.

                              Here's the stack trace.

                              384b5d49-3299-4840-a513-21e78221224f-image.png

                              Group index is -1, might be the issue

                              9df85ad9-de5b-4c61-8aa8-0ed7c1287258-image.png

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

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

                                If I move group += 1 from line 1551 to line 1558 it seems to solve the issue - not sure if this is correct though?

                                a91e68cc-5248-4a5d-b586-7d6d6fc059a4-image.png

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

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

                                  This all sounds quite exciting, but I also don't really get it right now. 🤣

                                  All I would say is, I find the system of disabling disabling RR's with enable.RoiundRobin(false) and then writing custom RR logic and using setActiveGroup(int) to be very intuitive.

                                  I don't entirely agree that "improvements" are always better than backwards compatibility - especially if intuitiveness is affected.

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

                                    @Orvillain you can still do that. It just adds another layer on top of that so that you can implement more complex layouts more easily plus there are a few new functions that only work with this new mode.

                                    O 1 Reply Last reply Reply Quote 1
                                    • Christoph HartC
                                      Christoph Hart @d.healey
                                      last edited by Christoph Hart

                                      @d-healey I have to check this as this is not something that I would brute force fix, but it should be pretty easy.

                                      Can you send me a samplemap that crashes?

                                      d.healeyD 1 Reply Last reply Reply Quote 0
                                      • O
                                        Orvillain @Christoph Hart
                                        last edited by

                                        @Christoph-Hart Sounds great. I'm looking forward to docs + Dave's video! 😊

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

                                          @Christoph-Hart said in The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm:

                                          Can you send me a samplemap that crashes?

                                          Link Preview Image
                                          BellAndBone/SampleMaps/trumpet_sustain.xml at main

                                          BellAndBone - Trumpet and trombone sample library

                                          favicon

                                          Codeberg.org (codeberg.org)

                                          It looks to me like the group += 1 is on the wrong side of the else. Because, from what I understand, it should happen when we're not using the complex group manager.

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

                                          Christoph HartC 1 Reply Last reply Reply Quote 0
                                          • Christoph HartC
                                            Christoph Hart @d.healey
                                            last edited by

                                            @d-healey Alright that's fixed - that logic is a bit convoluted because as soon as something is not zero based (like the old RR group values were) it breaks my brain, but you can thank that deficiency of mine for not having to write Lua all day.

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

                                            31

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            102.3k

                                            Posts