Search found 5 matches
- Thu Oct 12, 2023 1:56 pm
- Forum: Voicemeeter Remote API
- Topic: Trying to understand why certain issues are happening
- Replies: 9
- Views: 72621
Re: Trying to understand why certain issues are happening
Thanks for your help with this Vincent.
- Thu Oct 05, 2023 12:15 pm
- Forum: Voicemeeter Remote API
- Topic: Trying to understand why certain issues are happening
- Replies: 9
- Views: 72621
Re: Trying to understand why certain issues are happening
Thanks. However the issue I have is the framework I'm using doesn't allow me to declare an API using a variable. So I can't get the location from the registry and then declare the aqi so it's a moot point really. It needs to be static at compile time. So really I have two options: 1. Continue with t...
- Tue Oct 03, 2023 11:41 am
- Forum: Voicemeeter Remote API
- Topic: Trying to understand why certain issues are happening
- Replies: 9
- Views: 72621
Re: Trying to understand why certain issues are happening
Okay, I get that. I need a reliable way to know where the dll is however. It's not good practice to assume it's in the "C:\Program Files (x86)\VB\Voicemeeter" folder, this is the reason we copy it, so we know where it is.
Is there a system variable added at install for Voicemeeter?
Is there a system variable added at install for Voicemeeter?
- Thu Sep 21, 2023 1:15 pm
- Forum: Voicemeeter Remote API
- Topic: Trying to understand why certain issues are happening
- Replies: 9
- Views: 72621
Re: Trying to understand why certain issues are happening
Thanks for these. According to the doc -2 means an unexpected login, which I don't understand. Voicemeeter was certainly running.
I did find if I uninstalled, rebooted, installed latest, rebooted then copied the dll to my app folder, it then behaved.
I did find if I uninstalled, rebooted, installed latest, rebooted then copied the dll to my app folder, it then behaved.
- Fri Sep 15, 2023 10:44 am
- Forum: Voicemeeter Remote API
- Topic: Trying to understand why certain issues are happening
- Replies: 9
- Views: 72621
Trying to understand why certain issues are happening
We've been integrating with VoiceMeeter for a number of years now and rarely had any issues, so never had to delve too deeply into anything API related. However we recently had a user say they couldn't get the Command.Button(0).State=1 command to work. Commands like Strip(0).Mute=1 worked, but the M...