Перейти к содержимому

Better than a Stream Deck and Go XLR?

Squid Monkey Studios

0:00 / 0:00

Better than a Stream Deck and Go XLR?

189 180 просмотров · 6 лет назад
Squid Monkey Studios
926 подписчиков
189 180 просмотров · 6 лет назад
The Elgato Stream Deck and GoXLR are amazing products that set a high standard for functionality and efficiency. However, they can be awfully pricey for some people. I have found a fantastic much cheaper alternative that gives you the functionality of both in one device! With Voicemeeter (free!) you can turn any MIDI controller into a powerful streaming/productivity device. I'll show you some basic code and use cases... even controlling OBS scene switching. ______________________________ MIDI CONTROLLER IN VIDEO: Akai APC Mini ______________________________ CODE USED IN VIDEO: Mute Channel: strip(x).mute=1 or strip(x).mute=0 Fade In/Out: strip(x).fadeto=(volume,time) LED Color Change: System.SendMidi("out1","data",XX,XX,XX); Play SFX: recorder.load="SFX location on PC"; recorder.Gain= desired volume; recorder.Play=1; Load Application: System.Execute("App Location on PC","",""); Initiate Global Hotkey: System.KeyDown("HOTKEY NAME"); System.KeyUp("HOTKEY NAME"); ______________________________ Voicemeeter Manual: https://www.vb-audio.com/Voicemeeter/... ______________________________ TWITCH:   / squidmonkeystudios   TWITTER:   / squidmonkeystud   STEAM: https://store.steampowered.com/app/87... ______________________________ Thanks for watching!