Page 1 of 1

Voicemeeter Banana reverb and delay macro button

Posted: Thu Jan 23, 2020 1:45 pm
by buccy
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.

Re: Voicemeeter Banana reverb and delay macro button

Posted: Thu Jan 23, 2020 2:08 pm
by Vincent Burel
Reverb FX must be switched ON as pre-requisite - and configured with the right preset.

Re: Voicemeeter Banana reverb and delay macro button

Posted: Thu Jan 23, 2020 2:33 pm
by buccy
Sorry, I don't get yout point how to activate.

I tried a lot of commands out of the manual but was not able to activate it.
Are you able to tell me, where i can find it or how to change my macro code?

Re: Voicemeeter Banana reverb and delay macro button

Posted: Thu Jan 23, 2020 8:56 pm
by Vincent Burel
it's not in macro code, it's on the user interface. did you click on REVEB button to make it works ?

Re: Voicemeeter Banana reverb and delay macro button

Posted: Fri Jan 24, 2020 9:35 am
by buccy
I did not find this button. I'm trying with the banana version. With voicemeeter potato i was able to activate.

I would like to get it work with banana If this is possible.

Re: Voicemeeter Banana reverb and delay macro button

Posted: Fri Jan 24, 2020 9:43 am
by Vincent Burel
the Reverb / delay FX are present only on Potato version.

Re: Voicemeeter Banana reverb and delay macro button

Posted: Fri Jan 24, 2020 9:44 am
by buccy
Ah ok. That means with the banana it is not possible to get a reverb or a delay?