HISE Logo Forum
    • Categories
    • Register
    • Login

    Pitch bend/Mod wheel filmstrip mapping

    Scheduled Pinned Locked Moved General Questions
    10 Posts 4 Posters 644 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.
    • J
      johnmike
      last edited by

      So I have a pitch bend and a modwheel filmstrip that I’ve added to my interface…2 things…

      1. With the modwheel when I map it to midi CC 1 or even “learn midi cc” it maps and works just fine until I change patches from the preset browser then the mapping resets and I have to map and assign all over again…I did make sure that “save in preset” was unchecked on the button…so I’m not sure why it keeps resetting

      2. Can’t figure out how to map the pitch bend to the filmstrip to get it to work on screen..

      Would appreciate any help with these 2 things

      KimiAK 1 Reply Last reply Reply Quote 0
      • KimiAK
        KimiA @johnmike
        last edited by

        @johnmike For the pitch bend, more than likely you'd have to get a script reference to the modulator that you've assigned your pitch wheel to and assign a timer callback to set the knob filmstrip to the value of your modulator. It should be relatively easy since the modulator goes from 0-1 and if you assign your knob values to 0-1 then there shouldn't be any extra calculations you need to do.

        Gif.gif

        Here's the snippet:

        HiseSnippet 1005.3ocsVssaaaCFlxwJcVaqnsnWrKExUJ.cF1c8v.JFhWbbJLZSh2TZ1tqfVhxhyTjBhTowsn.EE84ouB6UY6MXuAa+jR1RtSoIy.yWXf+i76+.+nljIBHRoHCY04zEoDj0WY6ufqhGFiobz3CPV2z9HrTQxbKTs+hTrTRBQVVa8TsBqNsQle+0d6iYXd.oREBclfFPdNMgppzNYvynL1g3PxozjZd+fAiCD7gBlHGvyV18Po3f43YjiwZ2ZYir1dTHUIx7UXEQB9ruHbger3U7B+OiJoSYDsPejOjnB0ngwTV3jk0pDgrZOopx2pnxuq8QzP5J8UcfaYL3VEQ8dfUq0gT60fT+KCRGJXg5DbIvypF7ZW.uaa6GjQSUUVzX6KsGyggSDFZ60gUgunV2pk8PA3AW0MAOmbXFHrJBuG0q28bg+18INNmiybUt+f6H9LJmzMHi.Ejd.kcxzeiDn7zNAyGoxU65DpJH9WhID1QhvbFFZA8gnMKOcmQTqz5siwUWiutUNuy546YbwTcBVhVHECEIoBNH3siwpIBUWIQYf0PLiMEVP7hx4AJpf6s6ab5X7T6yYXVNwqIXZxcdVFj4mSNmv71ER7aKStBmUjduGZZKNNKSuqferPQNANGG3fbdqi6mZJJpQa5ZJSvXPRaxbww8YBzimmLkjcOnQA0Tgic.aRAizMMiBcnKqN0yZtjpVTTjNtv9z5Krae8VXCJlK0bTvGyopSRIkxUqz8aXkFUNX0K2kkE3pxrZeyxUaeFMjjgnPRtgsYPhLU7RJhAn+XOzKFe.VgWlFHivojRxTTcwXc.4bfvo3FSG6CHx4JQpw2xcI3ztxC8hUbRu6mFrXkvf7AR0BcqYaiinDZXHiLQ.8WXdUiI72AByTe5qMH+M28iO8Oe8G1KoNYIBkfunN2oLOJhdggkKhxRjJ.aiS.xOj0cregj3FRhv4LkqbNjGFkOmDdpv3+qngpXjks06gLESnyhUZo6a3Z+W7H.a1xMj5TbZt7RC5ZoNWxpcn538+eduar7AopcaCV+F6lITtZLCswSwFPUMFFyOGVdzAUoyOQHTwq+3DcvmVwac8p3FtJbMGJ2tnPadpzpgJDZfW+oRuFmJ8uB7V9V4WaOJJBdTnBrssO7W2zGF+O.keVjqn7YGgg6GvsE6iyS7gOWHf.HgyILodyukltoPtmV1LSI7PiveC+JM1WKaUZr+RivMyfLwKCJHozakegQCfIt4CQ5.eQDH6thcx1tW2dZ1.5KCBzshusOB0bL2eCh461fXdvFDyC2fXdzFDyi2fX99OaL5uO6GyUhjhqIfhIiLuRXYMhquwa1HQ+yq7iu6

        J 2 Replies Last reply Reply Quote 0
        • J
          johnmike @KimiA
          last edited by

          @KimiA awesome thanks I will try this when I get back to work on this later today! Any thoughts on the mod wheel issue? You or anyone else?

          1 Reply Last reply Reply Quote 0
          • J
            johnmike @KimiA
            last edited by

            @KimiA when I input your snippet in it gives me this errorScreen Shot 2022-08-23 at 12.26.19 PM.png

            what am I doing wrong?

            KimiAK 1 Reply Last reply Reply Quote 0
            • KimiAK
              KimiA @johnmike
              last edited by

              @johnmike that error means that somewhere in your code you've already defined a timer object called t. Try giving the timer object used in the snippet another name and see if that helps.

              J 1 Reply Last reply Reply Quote 0
              • J
                johnmike @KimiA
                last edited by

                @KimiA ok we are almost there...everything compiled ok but my pitch bend button is at 100 Screen Shot 2022-08-23 at 6.18.38 PM.png

                Screen Shot 2022-08-23 at 8.52.18 PM.png

                KimiAK M 2 Replies Last reply Reply Quote 0
                • KimiAK
                  KimiA @johnmike
                  last edited by

                  @johnmike Hmmm, check the modulator if it's the correct modulator for your pitch wheel. And also make sure that you make the values of your pitch wheel knob 0-1 so there's a 1:1 value ratio between the modulator and the knob. Hopefully one of those is the issue

                  1 Reply Last reply Reply Quote 0
                  • M
                    MelvinAlain @johnmike
                    last edited by

                    @johnmike I have this exact issue, can't do it with the Sampler's "Pitch Modulation" > "Pitch Wheel Modulator". Did you find a solution to make the pitch wheel work correctly in the UI?

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

                      @MelvinAlain Got a snippet?

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

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        MelvinAlain @d.healey
                        last edited by

                        @d-healey sadly couldn't create a snippet since I used a Pitch/Mod wheels display script instead, shared by Christoph. But I do believe I had the exact malfunction like our friend @johnmike

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

                        56

                        Online

                        1.7k

                        Users

                        11.7k

                        Topics

                        102.1k

                        Posts