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

  • From: Mike Audet <mike@xxxxxxxxxxxxx>
  • To: wdmaudiodev@xxxxxxxxxxxxx
  • Date: Thu, 24 May 2018 14:27:09 -0400

I just finished writing an installable 64 bit MIDI driver.  It works fine.

I've never had any problem whatsoever with the 32 bit version of the
driver that I wrote, and that includes Windows 10.

If I remember right, the only thing that broke with Windows Vista was
the mixer application for Wave drivers.

All the best,

Mike




On 5/24/2018 2:21 PM, Tim Roberts wrote:

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: