Search found 15 matches

by simmondp
Thu Nov 16, 2023 6:41 pm
Forum: Voicemeeter Remote API
Topic: Issue starting VM Programatically (Bug?)
Replies: 4
Views: 53423

Re: Issue starting VM Programatically (Bug?)

@vincent - or anyone else - any thoughts about how I can start the Macrobuttons from the API or get Voicemeeter to honour the "start macrobuttons" selection in VM when it's started via the API ??
by simmondp
Mon Sep 18, 2023 7:30 pm
Forum: Voicemeeter Remote API
Topic: Issue starting VM Programatically (Bug?)
Replies: 4
Views: 53423

Re: Issue starting VM Programatically (Bug?)

Thanks, yes I'm sure there are ways to do it, but we need to ideally do it using the DLL. My point was, Voicemeeter is, by design, able to start the MacroButtons when it starts. However, if it starts using the DLL, then it ignores that setting (but still supports the others like "restart A1&quo...
by simmondp
Wed Sep 13, 2023 7:57 pm
Forum: Voicemeeter Remote API
Topic: Issue starting VM Programatically (Bug?)
Replies: 4
Views: 53423

Issue starting VM Programatically (Bug?)

I need to have both Potato and the MacroButton started If I start Potato manually or by putting it in the start-up then I can set VM to also start the MacroButtons If (as I need to) start it programatically, as it interfaces to a shim to a control surface. Using: VBVMR_RunVoicemeeter(long vType) the...
by simmondp
Tue Feb 08, 2022 9:27 am
Forum: Voicemeeter
Topic: Output on VBAN only (Null Driver)
Replies: 1
Views: 6142

Output on VBAN only (Null Driver)

@vincentburel I understand the the output A1 is crucial to the operation of Voicemeeter. However we use Potato with only VBAN Outputs. Therefore, (an enhancement request) could Voicemeeter have a "Null Audio Driver" - the default if nothing is selected, which simply sets the optimal parame...
by simmondp
Fri Nov 12, 2021 8:57 am
Forum: Voicemeeter Remote API
Topic: ASIO Output Patches ** HELP **
Replies: 6
Views: 60527

Re: ASIO Output Patches ** HELP **

All working now, thanks for the help and the latest version.

Paul
by simmondp
Tue Nov 09, 2021 3:35 pm
Forum: Voicemeeter Remote API
Topic: ASIO Output Patches ** HELP **
Replies: 6
Views: 60527

Re: ASIO Output Patches ** HELP **

I looked at that, and could not see it, nor could I find it in the latest reference guide!
by simmondp
Tue Nov 09, 2021 3:33 pm
Forum: Voicemeeter Remote API
Topic: Header file for x64
Replies: 2
Views: 39176

Re: Header file for x64

OK, thanks, Guess I need to understand myself why my visual basic header only works with the x32
by simmondp
Tue Nov 09, 2021 12:27 pm
Forum: Voicemeeter Remote API
Topic: Header file for x64
Replies: 2
Views: 39176

Header file for x64

Is there a header file for API so we can use the API with the x64 version of Potato??
by simmondp
Tue Nov 09, 2021 12:26 pm
Forum: Voicemeeter Remote API
Topic: ASIO Output Patches ** HELP **
Replies: 6
Views: 60527

Re: ASIO Output Patches ** HELP **

@vincent Did this make it into the new version ??
by simmondp
Wed Jun 09, 2021 7:56 pm
Forum: Voicemeeter Remote API
Topic: ASIO Output Patches ** HELP **
Replies: 6
Views: 60527

ASIO Output Patches ** HELP **

I've scoured the documentation but to no avail! I'm interfacing to a Behringer UMC404HD via ASIO (4 in - 4-0ut soundcard) My three Mic inputs (Mono Mic to Stereo Input) are mapped to to the faders 1-3 with the command patch.asio[0]=1;patch.asio[1]=1;patch.asio[2]=2;patch.asio[3]=2;patch.asio[4]=3;pa...