VoiceMeeter Banana - Macro Buttons

Опубликовано: 04 Август 2026
на канале: mcprodnet
27,249
353

In this short video, I will show you how to create a macro that will mute any one of the 5 channels you designated with the click and hold of a button.

Macros are a great way to automate specific functions within voicemeeter.

Here are the two commands used to make this macro function:

Request for Button ON/ Trigger IN:
strip(0).mute = 1

Request for Button OFF / Trigger OUT:
strip(0).mute = 0

Mute = 1 means enable mute
Mute = 0 means disable mute