MIDI Input Device not connected on startup

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
Post Reply
Phnod
Posts: 1
Joined: Thu Jul 20, 2023 11:03 pm

MIDI Input Device not connected on startup

Post by Phnod »

Whenever I restart my computer, the MIDI input device I use isn't recognized immediately. I'm not sure exactly what happens but in the MIDI Mapping settings the MIDI Input Device has the right device selected, but if I click on it I'll notice it's not "checked" and I have to manually check it every startup. Maybe Voicemeeter boots up before my computer recognizes the Midi device is connected? Is there a way to fix this?

At the very least having a macro to change the Midi Input device could potentially work, I could set up one of the macros to have a few second delay from startup to reset the Device to make sure the connection is established, something that let's me do something like this:

Code: Select all

Wait(5000); 
Midi.InputDevice = "LPD8 mk2"
or

Code: Select all

Midi.InputDevice.RefreshController = 1
Vincent Burel
Site Admin
Posts: 2142
Joined: Sun Jan 17, 2010 12:01 pm

Re: MIDI Input Device not connected on startup

Post by Vincent Burel »

Sorry, but the first point is your Voicemeeter version. Are you using latest version ? if no, you may update to latest version and check if the problem remains...
Post Reply