Rank: Member
Groups: Registered
Joined: 5/12/2020(UTC) Posts: 15
Was thanked: 1 time(s) in 1 post(s)
|
Hi there.
Is there a trigger to change the category color of an input?
I would like to make different 'reset' inputs with loads of triggers to define all kinds of stuff. And it would be awesome if I could change category color so the user can only see the inputs needed for that part of the show.
I can only find the Selectcategory, but thats to change the category of what your are viewing. I want to be able to change the category of a input with a trigger.
Also, is there somewhere an overview what each trigger does? I have the idea there are tons of usefull triggers but I don't know what they do.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
A trigger can do whatever a shortcut can do basically (exceptions confirm the rule), one can check that list by opeing shortcuts editing or the list in the vMix help files
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/17/2017(UTC) Posts: 421 Location: Luzern - Schweiz Thanks: 63 times Was thanked: 55 time(s) in 49 post(s)
|
I don't quite understand what you want to achieve? As doggy has already written, you can achieve a lot with triggers or shortcuts. I'm not sure if you are looking for something like this: ShortcutsSelectCategory Change to Category according to Value (All,Red,Green,Orange,Purple,Aqua,Blue) Value = Category
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/12/2020(UTC) Posts: 15
Was thanked: 1 time(s) in 1 post(s)
|
I'm making a daily show with dozens of inputs/presets. But a lot of them won't be needed every day. Day one only inputs 30-40. Day two only 50-60. etc.
So I was planning to easily switch between the category color of that input, with a shortcut/trigger. For Day one I would change category of input 30-40 to RED, leave 50-60 black. For Day one I would change category of input 50-60 to RED, change 30-40 to black. etc.
By default I would only see the RED category inputs. If make a lot of triggers, changing the color of the inputs I want to use, to RED, I only would see the inputs I need for that show.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Triggers are used to respond to an input action
Shortcuts are functions that can be called with triggers, keys, Midi controllers , scripts etc
that said IMO even if a shortcut would exist the time it would take to specify all the individual commands to move the inputs to a category might as well be used to just move them (what is simpler than just dragging them?) or just the needed ones loaded and save as a preset
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/12/2020(UTC) Posts: 15
Was thanked: 1 time(s) in 1 post(s)
|
Also, is it possible to make a shortcut with a combination of buttons? For example CTRL + T.
I want to make a shortcut that activates a valid test on the 2 outputs. But for obvious reasons I want to be sure you don't press that shortcut accidentally.... 🙃
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: beedegee Also, is it possible to make a shortcut with a combination of buttons? For example CTRL + T.
I want to make a shortcut that activates a valid test on the 2 outputs. But for obvious reasons I want to be sure you don't press that shortcut accidentally.... 🙃 Have you checked ?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/12/2020(UTC) Posts: 15
Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: doggy Originally Posted by: beedegee Also, is it possible to make a shortcut with a combination of buttons? For example CTRL + T.
I want to make a shortcut that activates a valid test on the 2 outputs. But for obvious reasons I want to be sure you don't press that shortcut accidentally.... 🙃 Have you checked ? Wel.... I checked the manual. Again. I tried making a shortcut, press find, press CTRL and T it only shows T. Or CTRL if that is the key I release last. I've searched Google. I've looked a 10 minute vMix Tutorial on YouTube. So I think I checked.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
and the conclusion was ?...........NO!
unless you use something like autohotkey (3rd party) and alike
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/27/2022(UTC) Posts: 31 Thanks: 11 times Was thanked: 1 time(s) in 1 post(s)
|
how do I map a red category input to a button and the button is a dynamic input and it depends on SelectCategory shortcut? so if i select Red, the. the button is input1(red) and if i select yellow, the button is input7(yellow)
thanks!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Bonbondotkom how do I map a red category input to a button and the button is a dynamic input and it depends on SelectCategory shortcut? so if i select Red, the. the button is input1(red) and if i select yellow, the button is input7(yellow)
thanks! Fail to see the usefulness or logic of this as in what criteria would define which input it is be based on the category selected ( a bit more details in the purpose?). Categories are basically just a display filter (only) of all the inputs. but if you want to know to which categorie an input belongs one retrieve that from the (last) preset file with a script and do your logic there
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/27/2022(UTC) Posts: 31 Thanks: 11 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: doggy Originally Posted by: Bonbondotkom how do I map a red category input to a button and the button is a dynamic input and it depends on SelectCategory shortcut? so if i select Red, the. the button is input1(red) and if i select yellow, the button is input7(yellow)
thanks! Fail to see the usefulness or logic of this as in what criteria would define which input it is be based on the category selected ( a bit more details in the purpose?). Categories are basically just a display filter (only) of all the inputs. but if you want to know to which categorie an input belongs one retrieve that from the (last) preset file with a script and do your logic there I am using a Keyboard. logic's like this: F1=Function=SelectCategory&Value=Red F2=Function=SelectCategory&Value=Green F3=Function=SelectCategory&Value=Orange F4=Function=SelectCategory&Value=Purple D1=Function=PreviewInput&Input=First Input shown in Selected Category D2=Function=PreviewInput&Input=Second Input shown in Selected Category D3=Function=PreviewInput&Input=Third Input shown in Selected Category D4=Function=PreviewInput&Input=Fourth Input shown in Selected Category D5=Function=PreviewInput&Input=Fifth Input shown in Selected Category D6=Function=PreviewInput&Input=Sixth Input shown in Selected Category D7=Function=PreviewInput&Input=Seventh Input shown in Selected Category D8=Function=PreviewInput&Input=Eighth Input shown in Selected Category D9=Function=PreviewInput&Input=Ninth Input shown in Selected Category Example scenario: Input1 to Input9 are Red Category Input10 to Input18 are Green Category Input19 to Input27 are Orange Category Input28 to Input36 are Purple Category I press F3 to Show Inputs in Orange Category Then these should what D1 to D9 would do: D1=Function=PreviewInput&Input=Input19 D2=Function=PreviewInput&Input=Input20 D3=Function=PreviewInput&Input=Input21 D4=Function=PreviewInput&Input=Input22 D5=Function=PreviewInput&Input=Input23 D6=Function=PreviewInput&Input=Input24 D7=Function=PreviewInput&Input=Input25 D8=Function=PreviewInput&Input=Input26 D9=Function=PreviewInput&Input=Input27After that I press F4 to Show Inputs in Purple Category Then these should what D1 to D9 would do: D1=Function=PreviewInput&Input=Input28 D2=Function=PreviewInput&Input=Input29 D3=Function=PreviewInput&Input=Input30 D4=Function=PreviewInput&Input=Input31 D5=Function=PreviewInput&Input=Input32 D6=Function=PreviewInput&Input=Input33 D7=Function=PreviewInput&Input=Input34 D8=Function=PreviewInput&Input=Input35 D9=Function=PreviewInput&Input=Input36After that I press F1 to Show Inputs in Red Category Then these should what D1 to D9 would do: D1=Function=PreviewInput&Input=Input1 D2=Function=PreviewInput&Input=Input2 D3=Function=PreviewInput&Input=Input3 D4=Function=PreviewInput&Input=Input4 D5=Function=PreviewInput&Input=Input5 D6=Function=PreviewInput&Input=Input6 D7=Function=PreviewInput&Input=Input7 D8=Function=PreviewInput&Input=Input8 D9=Function=PreviewInput&Input=Input9After that I press F2 to Show Inputs in Green Category Then these should what D1 to D9 would do: D1=Function=PreviewInput&Input=Input10 D2=Function=PreviewInput&Input=Input11 D3=Function=PreviewInput&Input=Input12 D4=Function=PreviewInput&Input=Input13 D5=Function=PreviewInput&Input=Input14 D6=Function=PreviewInput&Input=Input15 D7=Function=PreviewInput&Input=Input16 D8=Function=PreviewInput&Input=Input17 D9=Function=PreviewInput&Input=Input18Is it doable in scripting without using MoveInput? I don't want to change the input number
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Bonbondotkom D4=Function=PreviewInput&Input=Input13 D5=Function=PreviewInput&Input=Input14 D6=Function=PreviewInput&Input=Input15 D7=Function=PreviewInput&Input=Input16 D8=Function=PreviewInput&Input=Input17 D9=Function=PreviewInput&Input=Input18[/color]
Is it doable in scripting without using MoveInput? I don't want to change the input number
your post allready shows a logic you can use. each color selection represents input 1 + (9*x) so when you select a category at the same time save a value representing the category ( as X) in the form of a value from 0 to 9 ( can store it in dynamic values) so when calling for a preview retrieve the value and use function PreviewInput&Input=input 1 + (9*value) ..... PreviewInput&Input=input 9 + (9*value)
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/27/2022(UTC) Posts: 31 Thanks: 11 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: doggy Originally Posted by: Bonbondotkom D4=Function=PreviewInput&Input=Input13 D5=Function=PreviewInput&Input=Input14 D6=Function=PreviewInput&Input=Input15 D7=Function=PreviewInput&Input=Input16 D8=Function=PreviewInput&Input=Input17 D9=Function=PreviewInput&Input=Input18[/color]
Is it doable in scripting without using MoveInput? I don't want to change the input number
your post allready shows a logic you can use. each color selection represents input 1 + (9*x) so when you select a category at the same time save a value representing the category ( as X) in the form of a value from 0 to 9 ( can store it in dynamic values) so when calling for a preview retrieve the value and use function PreviewInput&Input=input 1 + (9*value) ..... PreviewInput&Input=input 9 + (9*value) Thanks doggy, i appreciate it. sorry for the redundant post in another topic. i just deleted it.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/27/2022(UTC) Posts: 31 Thanks: 11 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: beedegee I'm making a daily show with dozens of inputs/presets. But a lot of them won't be needed every day. Day one only inputs 30-40. Day two only 50-60. etc.
So I was planning to easily switch between the category color of that input, with a shortcut/trigger. For Day one I would change category of input 30-40 to RED, leave 50-60 black. For Day one I would change category of input 50-60 to RED, change 30-40 to black. etc.
By default I would only see the RED category inputs. If make a lot of triggers, changing the color of the inputs I want to use, to RED, I only would see the inputs I need for that show. i guess maybe just put: Day one, input 30-40 to RED Day two, input 50-60 to GREEN/ORANGE/BLUE (which ever color)
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close