[wdmaudiodev] Re: Developing a "simple" user mode installable MIDI driver.

  • From: Tim Roberts <timr@xxxxxxxxx>
  • To: wdmaudiodev@xxxxxxxxxxxxx
  • Date: Thu, 24 May 2018 11:21:24 -0700

Chris Hubbard wrote:

 
There is no custom MIDI hardware involved in what I am doing, and
other vendors appear to be doing what I am wanting to do. An
examination of their DLLs shows that three functions are exported:
DriverProc, MidMessage and ModMessage.

Yes.  The installable driver stuff still works, but Microsoft officially
disinherited it some 10 years ago.  If something breaks in that
interface, they won't fix it.


Other vendors seem to still be doing this, so presumably there is a
way to make it work reliably?

Sort of.  For 32-bit apps, it will work, but the word "reliably" may be
an exaggeration.  And there is no support for 64-bit apps.

-- 
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.

Other related posts: