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

      Is this right?

      Yes.

      Can we filter it further, play a note, then filter again within the same callback?

      You can always apply your own filters to filter out a layer. I'm currently writing the data container, it will all clear up soon.

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

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

        Is this right?

        Yes.

        In fact wouldnt it be much nicer if we were not declaring these token arrays every time we loaded a new sample map - and we moved them into the samplemap xml itself?

        HISE Development for hire.
        www.channelrobot.com

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

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

          In fact wouldnt it be much nicer if we were not declaring these token arrays every time we loaded a new sample map - and we moved them into the samplemap xml itself?

          sure, if the layout changes between samplemaps then this shouldn't be an issue.

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

            @Christoph-Hart Im trying to work out in my head(and lets be frank theres not much room left in there)... how I might use this to manage True Legato - so thats start note fades to transitioning sound fades to target note.

            If it doesnt obviously support this in a simple way maybe we can think about how a 21st century sampler would manage that......

            HISE Development for hire.
            www.channelrobot.com

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

              @Lindon Iโ€˜m working on exact that use case right now. I just need to work out a way how to make it efficient in the backend.

              1 Reply Last reply Reply Quote 1
              • SimonS
                Simon @Simon
                last edited by

                I don't see this particularly affecting legato. I would still put sustains in one sampler and legato samples in another, which makes it easier to adjust envelopes and manage the sample maps.

                The biggest change for me here is being able to use dynamic xfades and round robins simultaneously in one sampler.

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

                  @Simon having legatos in the same sampler does bring some benefits (eg. Automatic gain matching like with the release start and zero cross aligning the start for less phasing during the fade).

                  In the end itโ€˜s just another filter with 128 options - the legato sample will be mapped to the target note and this filter is set to the source note.

                  SimonS 1 Reply Last reply Reply Quote 1
                  • SimonS
                    Simon @Christoph Hart
                    last edited by

                    @Christoph-Hart For automatic gain matching, I'll gladly put all my legatos in the same sampler :)

                    SimonS 1 Reply Last reply Reply Quote 0
                    • SimonS
                      Simon @Simon
                      last edited by Simon

                      @Christoph-Hart You've probably thought of this already, but just in case:

                      Ideally the legatos would be matched to the sustains, not the other way around. The start of the legato sample should be matched to the end of the source sustain, and the end of the legato sample should be matched to the start of the target sustain.

                      An envelope seems simplest to me, or a compressor/expander. In any case:

                      • Apply a gain offset to the legato sample, to match it to the source sustain
                      • Apply an envelope to the legato sample, to match the end of the legato sample to the target sustain

                      The envelope attack time and curve might be worth exposing as options, or maybe a fixed curve is enough.

                      I have spent a lot of time working on legatos and have equally many opinions on them, so I am very excited to see what you are working on.

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

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

                        The biggest change for me here is being able to use dynamic xfades and round robins simultaneously in one sampler.

                        Already possible, see Lindon's recent thread

                        SimonS 1 Reply Last reply Reply Quote 0
                        • SimonS
                          Simon @d.healey
                          last edited by

                          @d-healey I know you technically CAN, but I mean in a way that is easy to work with, and doesn't require using RR groups for two different purposes.

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

                            Quick survey: how much of you that are using the Crossfade feature actually use the tables for customizing the crossfade curves? I mean changing this

                            4ce5c9ce-d445-45f0-8a7e-6eea1f4ac7c3-image.png

                            to something like this:

                            a320e7b7-10d4-4e11-8dcf-23544f67259e-image.png

                            The reason I ask is that now we have that nice xfader node available in scriptnode, we can just use its algorithms to replace the table curves which makes it much faster to calculate and easier to implement / maintain (I'll include a few fade types which should cover most use cases):

                            0b70dfb8-43b1-494f-8e60-1286441b0d2d-image.png

                            I'll keep the tables around in the old system for backwards compatibility of course, but not having to drag this tech debt to the new system would be nice.

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

                              @Christoph-Hart I leave them as linear fades and rely on CC smoothing for the curvyness.

                              1 Reply Last reply Reply Quote 0
                              • SimonS
                                Simon @Christoph Hart
                                last edited by

                                @Christoph-Hart Me, 100% of the time. I adjust it until the xfade feels right. I also pretty much never want a linear fade from one to the other, but expand the dynamic range by making the lower dynamic fade down in the lower range.
                                3e495ef4-f0a6-41ab-96cf-79598b9c50f5-image.png 3d0af043-964f-4f7f-8a49-d7f8c310c4c2-image.png

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

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • SimonS
                                    Simon @Christoph Hart
                                    last edited by

                                    @Christoph-Hart I would not at all be opposed to having the common curves as presets, but it's quite important to be able to adjust the curves for feel.

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

                                      @Simon Now you mention it I sometimes do that dipping technique as well.

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

                                        @d-healey alrighty, then I'll make two separate logic types for the fade (one called TableFade with the tables and one called XFade using the inbuilt fade types). I'll probably exclude the table fade for the MVP , as it's a lot of boilerplate and some UX annoyances to get there.

                                        Ideally you can then use multiple dimensions of fading layers, so you if you have a matrix of 3 dynamic layers and vib / no vib, you can then fade between all 6 samples using two different CCs.

                                        1 Reply Last reply Reply Quote 3
                                        • griffinboyG
                                          griffinboy @Christoph Hart
                                          last edited by

                                          @Christoph-Hart

                                          Lovely work, puts my sampler to shame ๐Ÿ˜‚

                                          1 Reply Last reply Reply Quote 0
                                          • griffinboyG
                                            griffinboy @Lindon
                                            last edited by griffinboy

                                            bitmask

                                            Thanks for introducing me to bitmasking. Oh my goodness, I can't believe I didn't know about this before. So useful.

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

                                            7

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.3k

                                            Posts