How to setup Macros for Voice Meeter Potato or Banana to use with the Elgato stream deck or keyboard shortcuts.
#streamdeck #voicemeeter
Macro Picture - https://forum.vb-audio.com/viewtopic....
Push Macro for Volume Gain - Individual Strips
Plus volume: strip[5].gain += 1.0;
Minus volume: strip[5].gain -= 1.0;
Master Selection for Output A?
bus[0].gain += 1.0;
bus[0].gain -= 1.0;