Search found 14 matches

by ragnar.jensen
Mon Jan 13, 2025 7:03 am
Forum: Voicemeeter
Topic: Macro Buttons Scenes
Replies: 5
Views: 3738

Re: Macro Buttons Scenes

Presets are zero based, with the preset number inside the brackets. Command.Preset[0].Recall = 1; Command.Preset[1].Recall = 1; Command.Preset[2].Recall = 1; Command.Preset[3].Recall = 1; The number 1 after the equals sign is a True/False or On/Off flag. 0 is False/Off and non-zero is True/On. Many ...
by ragnar.jensen
Wed Jan 08, 2025 3:30 pm
Forum: Voicemeeter
Topic: Macro Buttons Scenes
Replies: 5
Views: 3738

Re: Macro Buttons Scenes

Skip the leading zero and add an "=1" at the end.

This works for me:

Code: Select all

Command.Preset[1].Recall = 1;
--
Ragnar
by ragnar.jensen
Tue Apr 30, 2024 2:09 pm
Forum: Voicemeeter
Topic: Uninstall before update?
Replies: 3
Views: 5473

Re: Uninstall before update?

Yes, the procedure is still
  • Uninstall old version
    Reboot
    Install new version
    Reboot
by ragnar.jensen
Thu Jan 11, 2024 1:04 pm
Forum: Matrix
Topic: Matrix functionality (Voicemeeter replacement? No Dolby Atmos for Home Theater)
Replies: 7
Views: 55608

Re: Matrix functionality (Voicemeeter replacement? No Dolby Atmos for Home Theater)

A real life equivalent could be a patch panel.
patchpanel.jpg
patchpanel.jpg (341.41 KiB) Viewed 46614 times
by ragnar.jensen
Thu Jul 13, 2023 9:51 am
Forum: Voicemeeter Remote API
Topic: [macro] Enable/disable EQ in Bus
Replies: 2
Views: 33106

Re: [macro] Enable/disable EQ in Bus

The function is Bus[ i ].EQ.on

Set to 1 to enable EQ, 0 to disable.

Bus_A1_EQ.png
Bus_A1_EQ.png (29.71 KiB) Viewed 33076 times
--
Ragnar
by ragnar.jensen
Mon May 08, 2023 12:35 pm
Forum: Voicemeeter
Topic: Setting up a crossover to send bass only to a subwoofer?
Replies: 1
Views: 4346

Re: Setting up a crossover to send bass only to a subwoofer?

I had a quick play around with it. Setting all six bands in the EQ to low-pass filters at fairly low frequencies leaves only the lowest rumbling in the audio.


low-pass_filters_in_series.png
low-pass_filters_in_series.png (123.8 KiB) Viewed 4321 times
--
Ragnar
by ragnar.jensen
Mon Mar 27, 2023 9:45 am
Forum: Voicemeeter
Topic: Audio present in strip but slider does not change level
Replies: 11
Views: 19058

Re: Audio present in strip but slider does not change level

Is the "Mix" knob on the AudioBox turned fully clock-wise?
If not, it will route some audio directly from its inputs to its outputs.
by ragnar.jensen
Fri Aug 19, 2022 9:05 am
Forum: Voicemeeter
Topic: How to send audio from bus to Hardware or Virtual Input
Replies: 7
Views: 9955

Re: How to send audio from bus to Hardware or Virtual Input

As an alternative, you can use the virtual audio cable that comes with Potato. You can use that to connect one of Voicemeeter's hardware outputs to one of its hardware inputs. If I select the VAC's input as my hardware output A2... vac_output.jpg ...and the VAC's output as my hardware input 2... vac...
by ragnar.jensen
Thu Aug 18, 2022 12:45 pm
Forum: Voicemeeter
Topic: How to send audio from bus to Hardware or Virtual Input
Replies: 7
Views: 9955

Re: How to send audio from bus to Hardware or Virtual Input

Yes, there is a way, for Voicemeeter's virtual in- and outputs. In Potato, there are three additional virtual ASIO drivers; Voicemeeter Virtual ASIO Voicemeeter AUX Virtual ASIO Voicemeeter VAIO3 Virtual ASIO They take their input from the virtual outputs B1, B2 and B3, respectively and their output...
by ragnar.jensen
Wed Aug 17, 2022 8:59 am
Forum: Voicemeeter
Topic: How to send audio from bus to VST host
Replies: 2
Views: 3469

Re: How to send audio from bus to VST host

I don't think it's possible. I have tried to get something like that going for years, using e.g. virtual cables and ASIO4ALL, but I've not had any luck in getting anything stable enough. I use all eight outputs of Potato; two sets of speakers, several different types of headphones, a phone hybrid an...