Pitch bend/Mod wheel filmstrip mapping
-
So I have a pitch bend and a modwheel filmstrip that I’ve added to my interface…2 things…
-
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
-
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
-
-
@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.
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
-
@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?
-
@KimiA when I input your snippet in it gives me this error
what am I doing wrong?
-
@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.
-
@KimiA ok we are almost there...everything compiled ok but my pitch bend button is at 100
-
@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
-
@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?
-
@MelvinAlain Got a snippet?
-