Like it says above, I can only select "Focus" and nothing else. I did change soundcard, which was the reason why I went in there, but I don't think that should remove all the program and Sound Device options?
Nothing but "Focus" available all of a sudden
Alright, tried some debugging and arrived at this: If I restart the Windows Audio Service AFTER MIDI Mixer has started, it starts working again. If I restart MIDI Mixer, it stops working until I restart the Windows Audio Services.
Application: MIDI Mixer Core.exe
CoreCLR Version: 4.700.22.41602
.NET Core Version: 3.1.29
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException: Not implemented
Not implemented
at NAudio.CoreAudioApi.Interfaces.IAudioClient.GetMixFormat(IntPtr& deviceFormatPointer)
at NAudio.CoreAudioApi.AudioClient.get_MixFormat()
at NAudio.CoreAudioApi.WasapiCapture..ctor(MMDevice captureDevice, Boolean useEventSync, Int32 audioBufferMillisecondsLength)
at NAudio.CoreAudioApi.WasapiCapture..ctor(MMDevice captureDevice, Boolean useEventSync)
at NAudio.CoreAudioApi.WasapiCapture..ctor(MMDevice captureDevice)
at Core.Device..ctor(MMDevice rawDevice)
at Core.MixerWatcher.AddDevice(MMDevice rawDevice)
at Core.MixerWatcher.Bootstrap()
at Core.Program.Main(String[] _)
This keeps being spammed in my event logs.