Search found 2 matches

by onyx_online
Mon Sep 18, 2023 7:10 pm
Forum: Voicemeeter Remote API
Topic: Trying to understand why certain issues are happening
Replies: 9
Views: 54993

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
by onyx_online
Mon Sep 18, 2023 6:58 pm
Forum: Voicemeeter Remote API
Topic: Issue starting VM Programatically (Bug?)
Replies: 4
Views: 56416

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...