Unwanted control change event after disposing of Output Device #271
-
Hi everyone. using (var outputDevice = OutputDevice.GetByName("name"))
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, It's definitely how your device works. DryWetMIDI doesn't send any events on disposing. When disposing happens, DWM just calls system API to close/release a MIDI device. So what you see is how your device reacts on such releasing. Please look into the device manual to learn what's going on or ask a question on forum/tech support of the device vendor. |
Beta Was this translation helpful? Give feedback.
-
I had this problem with two different devices. One is a Focusrite 18i20 2nd gen and the other is a virtual loop midi port created with "loopMidi". I don't know, maybe it is a problem of my pc. When I will have another pc available I will try with that. |
Beta Was this translation helpful? Give feedback.
Hi,
It's definitely how your device works. DryWetMIDI doesn't send any events on disposing.
When disposing happens, DWM just calls system API to close/release a MIDI device. So what you see is how your device reacts on such releasing.
Please look into the device manual to learn what's going on or ask a question on forum/tech support of the device vendor.