Search found 59 matches

by sjc-or
Sat Oct 03, 2020 6:00 pm
Forum: Voicemeeter Remote API
Topic: API Call to see if Voicemeeter is running
Replies: 3
Views: 49635

Re: API Call to see if Voicemeeter is running

Thanks, Vincent!
by sjc-or
Sat Oct 03, 2020 3:03 am
Forum: Voicemeeter Remote API
Topic: API Call to see if Voicemeeter is running
Replies: 3
Views: 49635

Re: API Call to see if Voicemeeter is running

I think I solved it. Below is what I did for now. Commented is the original /* Original IsParametersDirty(){ return DllCall(VBVMR.VM_DLL . "\VBVMR_IsParametersDirty") } */ ; Modified 2020-10-02 IsParametersDirty(){ a:= DllCall(VBVMR.VM_DLL . "\VBVMR_IsParametersDirty") if ( a < 0...
by sjc-or
Sat Oct 03, 2020 2:34 am
Forum: Voicemeeter Remote API
Topic: API Call to see if Voicemeeter is running
Replies: 3
Views: 49635

API Call to see if Voicemeeter is running

Hi, I'm using AutoHokey with Voicemeeter Remote API. Is there a call I can make to see if Voicemeeter is running. RIght now, if I call VBVMR_IsParametersDirty while Voicemeeter Is not running, it returns -2. Is this the best way to tell if it is running? I want to catch the case where Voicemeeter is...
by sjc-or
Sat Oct 03, 2020 2:20 am
Forum: Voicemeeter
Topic: Pro Tools glitches
Replies: 8
Views: 8013

Re: Pro Tools glitches

Do you have ProTools configured to Audio Interface set to Voicemeeter VAIO Aux? Do the sample rates shown in ProTools match that of Voicemeeter?

I'm not an expert, but this is where I would look next. Also the buffer sizes and other config parameters within ProTools.
by sjc-or
Thu Oct 01, 2020 6:47 am
Forum: Voicemeeter
Topic: Windows/Voicemeeter app default sound not persistent
Replies: 2
Views: 3065

Re: Windows/Voicemeeter app default sound not persistent

I've heard installing Microsoft Sound Trumpet might help make these settings stick better.
by sjc-or
Thu Oct 01, 2020 6:40 am
Forum: Voicemeeter
Topic: Macro Button Question
Replies: 3
Views: 4283

Re: Macro Button Question

Did you try sending MIDI note on to your out1 port and the velocity for the color of the light you want (assuming you APC-MINI is defined as this port)?
by sjc-or
Thu Oct 01, 2020 6:37 am
Forum: Voicemeeter
Topic: Control VoiceMeeter API from Python
Replies: 3
Views: 5579

Re: Control VoiceMeeter API from Python

No but I'm working on something in AutoHotKey. I've been able to successfully: Capture the state of all buttons and updating my MIDI controller. If you change a button on the screen it updates my controller and visa versa. Program the MONO buttons without using Macros. (Voicemeeter doesn't have mapp...
by sjc-or
Thu Oct 01, 2020 6:28 am
Forum: Voicemeeter
Topic: Ability to drag and reposition the macro buttons
Replies: 6
Views: 8681

Re: Ability to drag and reposition the macro buttons

I'd also like the ability to control their size. I have a lot of them and they take up my full screen and most of the buttons are whitespace with very little text.

Thanks for listening!
by sjc-or
Thu Oct 01, 2020 4:10 am
Forum: Voicemeeter
Topic: How does Voicemeeter Remember Setting
Replies: 0
Views: 8090

How does Voicemeeter Remember Setting

OK, I'm running Voicemeeter Potato. I have MIDI enabled and Macros enabled. I would like to know the proper way to retain the settings between sessions. There is a settings file for MIDI, another settings for Macro. Right now for initial state on one of the Macro buttons I have the following. The fi...