Awesome! Looking forward to it.Anyway, this will be fixed in next coming update.
Search found 2 matches
- Sat Jul 17, 2021 7:08 am
- Forum: Voicemeeter
- Topic: MME USB Device Disconnection can break MME stack
- Replies: 3
- Views: 22420
Re: MME USB Device Disconnection can break MME stack
- Tue Jul 06, 2021 2:35 pm
- Forum: Voicemeeter
- Topic: MME USB Device Disconnection can break MME stack
- Replies: 3
- Views: 22420
Re: MME USB Device Disconnection can break MME stack
This is actually a bug in VoiceMeeter after all, which seems to be using the waveInProc callback (instead of other means like window messages or events). The waveInProc callback has harsh restrictions on what Win32 functions are allowed to be called from within the callback. From the Remarks section...