Search found 14 matches
- 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 ...
- 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:
--
Ragnar
This works for me:
Code: Select all
Command.Preset[1].Recall = 1;
Ragnar
- 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
- 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.
- 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.
--
Ragnar
Set to 1 to enable EQ, 0 to disable.
--
Ragnar
- 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.
--
Ragnar
--
Ragnar
- 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.
If not, it will route some audio directly from its inputs to its outputs.
- 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...
- 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...
- 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...