Jump to content

windows wdm midi to usb driver


rlang
 Share

Recommended Posts

I am trying to use the FTDI232BM USB to serial chip in a MIDI application.

The FT232BM chip comes with a WDM usb driver and API (FT_Write(lngHandle,

strWriteBuffer, LENGTH_MESSAGE, lngBytesWritten))that I can use to send midi

data to the chip and it will convert to MIDI serial output.  I would like to

use the windows MIDI API functions like IRET =

midiOutShortMsg(MIDI_OUT_HANDLE, MIDIMSG).

My question is what do I have to do to have the FT232BM chip recognized as a

MIDI device?  Why do I want it to be recognized as a MIDI device when I can

already send midi data to it?  So that CAKEWALK and other musical

applications can use it directly.   Any guidance is greatly appreciated.  Thanks in advance.

Bob Lang

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...