From the Menu>Save Settings, just save your current configuration to an xml.
Then load it again after updating.
That's what I've always done, without issues.
Search found 6 matches
- Wed Jul 10, 2024 11:17 am
- Forum: Voicemeeter
- Topic: How to update and retain existing configuration?
- Replies: 1
- Views: 5607
- Sat Jul 06, 2024 8:36 pm
- Forum: Matrix
- Topic: Matrix CLI
- Replies: 7
- Views: 25282
Re: Matrix CLI
The vbantxt-cli can only be used to send requests. To receive data a client program must subscribe to the VBAN RT Packet service. Vincent has provided an example of this in the vmr_streamer source code: https://github.com/vburel2018/Voicemeeter-SDK/blob/619e05e2e84ea55f5583a035f2d449eaf7fe09ae/vmr_s...
- Fri Jul 05, 2024 12:08 pm
- Forum: Voicemeeter
- Topic: Potato default configuration
- Replies: 1
- Views: 10729
Re: Potato default configuration
Hi, I've been working on a CLI program which may be able to help you.
https://github.com/onyx-and-iris/vmrcli
With it you can load a specific kind of Voicemeeter GUI, load a specific user configuration + other good stuff.
I've added a compiled binary to Releases if you're unsure how to build.
https://github.com/onyx-and-iris/vmrcli
With it you can load a specific kind of Voicemeeter GUI, load a specific user configuration + other good stuff.
I've added a compiled binary to Releases if you're unsure how to build.
- Fri Jun 28, 2024 7:28 pm
- Forum: Matrix
- Topic: Matrix CLI
- Replies: 7
- Views: 25282
Re: Matrix CLI
Here is a CLI program that can be used to send VBAN-TEXT instructions to Matrix. There is an example in the README.
https://github.com/onyx-and-iris/vbantxt-cli
If you're not sure how to build the program I've included executables in the repo's Releases section.
https://github.com/onyx-and-iris/vbantxt-cli
If you're not sure how to build the program I've included executables in the repo's Releases section.
- Mon Sep 18, 2023 7:10 pm
- Forum: Voicemeeter Remote API
- Topic: Trying to understand why certain issues are happening
- Replies: 9
- Views: 72611
Re: Trying to understand why certain issues are happening
Hi. You may find a description of the error codes returned by the C Remote API in the VoicemeeterRemote header file
- Mon Sep 18, 2023 6:58 pm
- Forum: Voicemeeter Remote API
- Topic: Issue starting VM Programatically (Bug?)
- Replies: 4
- Views: 67974
Re: Issue starting VM Programatically (Bug?)
Hi. I suspect this is not a bug but instead the intended behaviour. I doubt VBVMR_RunVoicemeeter is supposed to also start the macrobuttons app. I don't know what language you're using but you might be able to launch the macrobuttons app without the api. An example in python might look like: def run...