Voicemeeter Banana reverb and delay macro button
Posted: Thu Jan 23, 2020 1:45 pm
Hi, I want to get a delay and a reverb to my Microphone input and put it to Output A1 with Voicemeeter Banana. The normal Microphone sound i am getting through the output. But I am not able to activate a Reverb and a Delay to this Microphone signal with Macro buttons.
I have the following configuration:
Voicemeeter Banana
Microphone connected to Strip 0
Output to Bus 0
The pure microphone Sound i got on A1
The following configuration i put to the Macro button skript:
- Button Name: Mic Reverb
- Button type: 2 Positions
- Request for initial state:
Strip[0].Delay=10;
Strip[0].Reverb=10;
- Request for Button ON:
Bus[0].ReturnReverb=10;
Bus[0].ReturnDelay=10;
- Request for Button OFF:
Bus[0].ReturnReverb=0;
Bus[0].ReturnDelay=0;
Thanks in advanced and best regards.
I have the following configuration:
Voicemeeter Banana
Microphone connected to Strip 0
Output to Bus 0
The pure microphone Sound i got on A1
The following configuration i put to the Macro button skript:
- Button Name: Mic Reverb
- Button type: 2 Positions
- Request for initial state:
Strip[0].Delay=10;
Strip[0].Reverb=10;
- Request for Button ON:
Bus[0].ReturnReverb=10;
Bus[0].ReturnDelay=10;
- Request for Button OFF:
Bus[0].ReturnReverb=0;
Bus[0].ReturnDelay=0;
Thanks in advanced and best regards.