Hello everyone,
I’ve hit a dead end after weeks of searching and trying to get the script right on midi mapping the transparency function knob on the video shaders pop up settings window.
I have the shaders video effect on the master channel and have the settings window open to show the transparency knob. When I go to try and use the learn function in midi mapping, the dropper does not pick up any of the buttons on this pop up settings window. I’ve tried typing in script to allow me to control the transparency on the master channel but have been unsuccessful.
Can any of you experts out there lend a hand and let me know what the proper script should be or if this is even possible?
I’ve hit a dead end after weeks of searching and trying to get the script right on midi mapping the transparency function knob on the video shaders pop up settings window.
I have the shaders video effect on the master channel and have the settings window open to show the transparency knob. When I go to try and use the learn function in midi mapping, the dropper does not pick up any of the buttons on this pop up settings window. I’ve tried typing in script to allow me to control the transparency on the master channel but have been unsuccessful.
Can any of you experts out there lend a hand and let me know what the proper script should be or if this is even possible?
Posted 5 days ago @ 2:03 pm
Check script school index, I covered this under videoStuff
Posted 4 days ago @ 1:52 am
Hi Locodog,
Thank you for referring me to the school post but I actually did find that and attempted to use the script written as:
deck master effect_slider “shader” 2
But this didn’t work. i tried other variations to some degree but was unsuccessful before I tried reaching out here.
I got everything else from reading a lot of your posts and appreciate all the time and work you put in for all of us.
Thank you for referring me to the school post but I actually did find that and attempted to use the script written as:
deck master effect_slider “shader” 2
But this didn’t work. i tried other variations to some degree but was unsuccessful before I tried reaching out here.
I got everything else from reading a lot of your posts and appreciate all the time and work you put in for all of us.
Posted 3 days ago @ 6:28 pm
is it deck master or is it audioOnlyVisualisation slot?
deck master effect_slider audioonlyvisualisation 2
deck master effect_slider audioonlyvisualisation 2
Posted 3 days ago @ 7:04 pm
Hi Locodog,
Thanks for getting back to me. You got me to give it another try. It ended up being:
deck master video_fx_slider 2
Even though I had tried this script before, what I caught this time was that the digital representation of the transparency knob within the popup window was not moving with the physical knob but the transparency effect was working.
The whole time I was focused on the digital knob in the gui waiting for it to move so I didn’t turn the physical knob enough to see that the effect was actually working.
I appreciate your time and all you do!
Thanks for getting back to me. You got me to give it another try. It ended up being:
deck master video_fx_slider 2
Even though I had tried this script before, what I caught this time was that the digital representation of the transparency knob within the popup window was not moving with the physical knob but the transparency effect was working.
The whole time I was focused on the digital knob in the gui waiting for it to move so I didn’t turn the physical knob enough to see that the effect was actually working.
I appreciate your time and all you do!
Posted 2 days ago @ 2:05 am