HISE Logo Forum
    • Categories
    • Register
    • Login

    What is velocity?

    Scheduled Pinned Locked Moved General Questions
    37 Posts 4 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 @Robert Puza
      last edited by

      @Robert-Puza Put all your samples in one sample map. Let's say you have 3 dynamic layers. Map dynamic 1 to the velocity range 1 - 42, dynamic 2 to 43 - 84, and dynamic 3 to 85-127.

      HISE will automatically trigger the correct sample based on the incoming velocity. If the user change the velocity curve of their keyboard then a different velocity will be sent to HISE and the correct sample will trigger.

      Free HISE Bootcamp Full Course for beginners.
      YouTube Channel - Public HISE tutorials
      My Patreon - HISE tutorials

      Robert PuzaR 1 Reply Last reply Reply Quote 0
      • Robert PuzaR
        Robert Puza @d.healey
        last edited by Robert Puza

        @d-healey Yes. I understand you. And by creating more sample maps I could change this constellation. (1 - 42, dynamic 2 to 43 - 84, and dynamic 3 to 85-127)

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

          @Robert-Puza said in What is velocity?:

          (1 - 42, dynamic 2 to 43 - 84, and dynamic 3 to 85-127)

          That was just a suggesting as it provides equal range for each layer, but you can skew it to a different range if you prefer. You can also remap the velocity dynamically using a script.

          Free HISE Bootcamp Full Course for beginners.
          YouTube Channel - Public HISE tutorials
          My Patreon - HISE tutorials

          Robert PuzaR 1 Reply Last reply Reply Quote 0
          • Robert PuzaR
            Robert Puza @d.healey
            last edited by

            @d-healey 👍

            1 Reply Last reply Reply Quote 0
            • Robert PuzaR
              Robert Puza @d.healey
              last edited by Robert Puza

              @d-healey For a user of a Hise based virtual musical instrument, the ability to set the velocity, which is replaceable by the velocity setting in the midi keyboard (usually 3 curves), is MORE IMPORTANT than having the ability to set the velocity modulator.

              That's true 🙏

              and for example 3 samplemaps can solve this. I hope it will be easy to switch on the interface 😁

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

                @Robert-Puza Why not add a velocity curve editor to your UI, it's very simple to make.

                054de502-ac97-4ab5-a1ab-e14a831b1590-image.png

                Free HISE Bootcamp Full Course for beginners.
                YouTube Channel - Public HISE tutorials
                My Patreon - HISE tutorials

                Robert PuzaR 2 Replies Last reply Reply Quote 0
                • Robert PuzaR
                  Robert Puza @d.healey
                  last edited by

                  @d-healey I like it. but Can I set it to trigger a sample from the loudest velocity layer with a soft hit?

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

                    @Robert-Puza The X axis is input velocity, the Y axis is output velocity. So the curve you set controls the output and gives you complete control over the whole velocity range.

                    Free HISE Bootcamp Full Course for beginners.
                    YouTube Channel - Public HISE tutorials
                    My Patreon - HISE tutorials

                    1 Reply Last reply Reply Quote 0
                    • Robert PuzaR
                      Robert Puza @d.healey
                      last edited by Robert Puza

                      @d-healey and which processor id do you assign to it? velocity modulator1?

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

                        @Robert-Puza There is no built in processor for this. You need to write a script that takes the incoming velocity and uses the table to send out the modified velocity.

                        However if you're releasing this project as GPL you can use the one I have already written (I should probably relicense this anyway as CC0 since it's such a simple script) - https://codeberg.org/LibreWave/RhapsodyBoilerplate/src/branch/main/modules/VelocityScaler.js

                        Free HISE Bootcamp Full Course for beginners.
                        YouTube Channel - Public HISE tutorials
                        My Patreon - HISE tutorials

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

                          @d-healey
                          This looks great 🌞
                          Thank you 🙏

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

                            @d-healey said in What is velocity?:

                            @Robert-Puza There is no built in processor for this. You need to write a script that takes the incoming velocity and uses the table to send out the modified velocity.

                            isnt this the inbuilt processor he's looking for - or am I missing the point here?

                            fbb2529c-e537-47a3-8172-bb1a78394c44-image.png

                            HISE Development for hire.
                            www.channelrobot.com

                            d.healeyD Robert PuzaR 3 Replies Last reply Reply Quote 0
                            • d.healeyD
                              d.healey @Lindon
                              last edited by

                              @Lindon that uses velocity to control the parameter you've assigned it to, in this case volume. It doesn't change the actual velocity value entering the sampler.

                              Free HISE Bootcamp Full Course for beginners.
                              YouTube Channel - Public HISE tutorials
                              My Patreon - HISE tutorials

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

                                @d-healey gotcha

                                HISE Development for hire.
                                www.channelrobot.com

                                1 Reply Last reply Reply Quote 0
                                • Robert PuzaR
                                  Robert Puza @Lindon
                                  last edited by

                                  @Lindon Velocity modulator is a very useful tool.
                                  But is "only" volume.
                                  The setting option that David wrote in his script is the most important. (Velocity input setting )

                                  LindonL 1 Reply Last reply Reply Quote 0
                                  • LindonL
                                    Lindon @Robert Puza
                                    last edited by Lindon

                                    @Robert-Puza said in What is velocity?:

                                    @Lindon Velocity modulator is a very useful tool.
                                    But is "only" volume.
                                    The setting option that David wrote in his script is the most important. (Velocity input setting )

                                    yes, but no.... create a global modulator for velocity like this:
                                    b9e63070-18cd-4c32-ad9d-65cfe3c9d9e1-image.png

                                    and apply it anywhere you can apply a GM...

                                    Here it is being applied to an envelope attack:

                                    c6ce8860-4d29-4181-b8e6-01528baa3cd0-image.png

                                    HISE Development for hire.
                                    www.channelrobot.com

                                    Robert PuzaR d.healeyD 2 Replies Last reply Reply Quote 0
                                    • Robert PuzaR
                                      Robert Puza @Lindon
                                      last edited by Robert Puza

                                      @Lindon aha. I'll look into it. thank you.

                                      If your tip allows you to set the dynamics so that the loudest sample (velocity layer) can be played with even a light touch on the keyboard, then you are right.

                                      1 Reply Last reply Reply Quote 0
                                      • Robert PuzaR
                                        Robert Puza @Lindon
                                        last edited by

                                        @Lindon Just to clarify: MIDI keyboards have mechanical differences. If the user uses a different MIDI keyboard than me: will he be able to play a sample from velocity layer 1? Or will his softest hit only trigger samples from higher velocity layers?

                                        Will his strong hit on the MIDI keyboard be enough to trigger a sample from a loud velocity layer?

                                        That's why we need the setting that David wrote in his script

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

                                          @Lindon This still doesn't change the velocity entering the sampler, so won't do what OP wants.

                                          Free HISE Bootcamp Full Course for beginners.
                                          YouTube Channel - Public HISE tutorials
                                          My Patreon - HISE tutorials

                                          Robert PuzaR LindonL 2 Replies Last reply Reply Quote 0
                                          • Robert PuzaR
                                            Robert Puza @d.healey
                                            last edited by

                                            @d-healey David, what does OP mean?

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            26

                                            Online

                                            2.0k

                                            Users

                                            12.7k

                                            Topics

                                            109.8k

                                            Posts