Voicemeeter Banana reverb and delay macro button

The Virtual Audio Mixer discussions and support...
Post Reply
buccy
Posts: 4
Joined: Mon Jan 20, 2020 12:29 pm

Voicemeeter Banana reverb and delay macro button

Post 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.
Vincent Burel
Site Admin
Posts: 2025
Joined: Sun Jan 17, 2010 12:01 pm

Re: Voicemeeter Banana reverb and delay macro button

Post by Vincent Burel »

Reverb FX must be switched ON as pre-requisite - and configured with the right preset.
buccy
Posts: 4
Joined: Mon Jan 20, 2020 12:29 pm

Re: Voicemeeter Banana reverb and delay macro button

Post 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?
Vincent Burel
Site Admin
Posts: 2025
Joined: Sun Jan 17, 2010 12:01 pm

Re: Voicemeeter Banana reverb and delay macro button

Post 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 ?
buccy
Posts: 4
Joined: Mon Jan 20, 2020 12:29 pm

Re: Voicemeeter Banana reverb and delay macro button

Post 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.
Vincent Burel
Site Admin
Posts: 2025
Joined: Sun Jan 17, 2010 12:01 pm

Re: Voicemeeter Banana reverb and delay macro button

Post by Vincent Burel »

the Reverb / delay FX are present only on Potato version.
buccy
Posts: 4
Joined: Mon Jan 20, 2020 12:29 pm

Re: Voicemeeter Banana reverb and delay macro button

Post by buccy »

Ah ok. That means with the banana it is not possible to get a reverb or a delay?
Post Reply