Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,226 Location: Belgium Thanks: 293 times Was thanked: 955 time(s) in 790 post(s)
|
A Streamdeck can control vMix in 2 ways either by triggering vMix shortcuts/hotkeys or using the "website" function for sending api commands ( in the background) advantage of the webcommands is that vMix doesn't have to be in focus while for the shortcuts it has to be If one often works with other apps next to vMix the shortcuts option wont work if vMix isnt in focus but especially with the new mulicommand option of the Streamdeck its easely solvable by adding a AHK script ( autohotkey) to bring vMix in focus first Code:^d:: ; This creates a Ctrl+D hotkey. Alt+D would be !d::
WinActivate, vMix Basic HD ; Replace with whatever Window Spy said your Window's title is.(you can eliminate the version number)
Return
then with the Streamdeck just cal the Ctrl+D to bring vMix into focus followed by your vMix shortcut (hotkey)
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/20/2014(UTC) Posts: 388
Thanks: 29 times Was thanked: 80 time(s) in 51 post(s)
|
Thanks for this --
You could also link all of your shortcut keys through AHK -- it will execute in the background by default always.
|
|
|
|
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