c# midiInGetDevCaps Midi Device Names
- by user330403
HI,
Iv used the following code from this link.
http://stackoverflow.com/questions/1991159/getting-signals-from-a-midi-port-in-c/2024835%232024835
Im wondering what i need to add to able to get a list of device names.
Iv looked the MSDN website and found i need to implement midiInGetDevCaps and its a associated Struct. But iv never really done anything with dll imports and structs before so im a bit lost