HISE Logo Forum
    • Categories
    • Register
    • Login

    Missing Parameters

    Scheduled Pinned Locked Moved Bug Reports
    17 Posts 3 Posters 1.5k 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.
    • R
      Roy N @Roy N
      last edited by

      @d-healey In the same parameter dialogue menu. How do I set a low and High velocity value?

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

        @roy-n I can't remember which option you need based on your file names, click the little ? and it should tell you. It will be something like velocity range or velocity spread.

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

        R 1 Reply Last reply Reply Quote 0
        • R
          Roy N @d.healey
          last edited by

          @d-healey I have just assigned a group number for example V1, V2, V3...
          I guess my question is once I've chosen the velocity range or spread what do I input into Items and Values (I'm sorry I've read the manual on this and don't quite understand thank you for your patience)

          R 1 Reply Last reply Reply Quote 0
          • R
            Roy N @Roy N
            last edited by

            @d-healey I'll be more specific I want V1 to have a velocity range between 111 - 127

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

              @roy-n Yeah I'm not sure, just try one of the velocity values and see if it works the way you want. If it doesn't try another one, repeat until you find the one that works :)

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

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

                Hi Roy,

                assigning a custom string to a certain velocity range is not possible, but you can use Velocity Spread to distribute them equally over the 127 range, then make the changes manually to your exact desired range in the sample map editor.

                BTW, if the parser doesn't behave like you want, you can also use scripting to change the sample attributes like this:

                1. Throw the samples into the sampler, but don't care about velocity arrangement (use Ignore for all tokens related to velocity)
                2. Add a script processor in the Sampler
                3. Run this script:
                Sampler.selectSounds("V1");
                Sampler.setSoundPropertyForSelection(Sampler.LoVel, 111);
                Sampler.setSoundPropertyForSelection(Sampler.HiVel, 127);
                Sampler.refreshInterface();
                
                1. Repeat for all other V# tokens - I'll leave this as little excercise :)

                More about this topic here:
                https://forum.hise.audio/topic/64/fun-with-regex

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

                  Oh, and space is like the worst separator for tokens (only beaten by - (minus) which fires for lower note names like C#-1. Nothing beats _ when it comes to token separation robustness.

                  R 1 Reply Last reply Reply Quote 2
                  • R
                    Roy N @Christoph Hart
                    last edited by

                    @christoph-hart Thank you very much ! as you can probably tell I'm not very literate when it comes to these things. thanks for the exercise
                    @d-healey Thanks for all your help !

                    1 Reply Last reply Reply Quote 0
                    • R
                      Roy N
                      last edited by

                      Also having issues manually assigning the round robin groups once the initial importing has happened where they either not change or revert to 1

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

                        @roy-n Why are you manually assigning the groups, were they not assigned by the token parser?

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

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

                        52

                        Online

                        1.7k

                        Users

                        11.7k

                        Topics

                        101.9k

                        Posts