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.
Voicemeeter Banana reverb and delay macro button
-
- Posts: 4
- Joined: Mon Jan 20, 2020 12:29 pm
-
- Site Admin
- Posts: 2139
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Voicemeeter Banana reverb and delay macro button
Reverb FX must be switched ON as pre-requisite - and configured with the right preset.
-
- Posts: 4
- Joined: Mon Jan 20, 2020 12:29 pm
Re: Voicemeeter Banana reverb and delay macro button
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?
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?
-
- Site Admin
- Posts: 2139
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Voicemeeter Banana reverb and delay macro button
it's not in macro code, it's on the user interface. did you click on REVEB button to make it works ?
-
- Posts: 4
- Joined: Mon Jan 20, 2020 12:29 pm
Re: Voicemeeter Banana reverb and delay macro button
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.
I would like to get it work with banana If this is possible.
-
- Site Admin
- Posts: 2139
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Voicemeeter Banana reverb and delay macro button
the Reverb / delay FX are present only on Potato version.
-
- Posts: 4
- Joined: Mon Jan 20, 2020 12:29 pm
Re: Voicemeeter Banana reverb and delay macro button
Ah ok. That means with the banana it is not possible to get a reverb or a delay?