I have never written drivers before, but I'm starting an open source project that involves creating virtual MIDI ports that will send MIDI data over the network.
For this, I assume that I would create some kind of virtual driver using WDM (if this is not possible with the help of kernel hooks?) - but, being a newbie in driver development, I don’t know where to start.
Does anyone know of any useful resources that will help me in this project? Or some open source code from a similar project that I could use as a starting point?
source
share