c# midiInGetDevCaps Midi Device Names
Posted
by user330403
on Stack Overflow
See other posts from Stack Overflow
or by user330403
Published on 2010-05-01T14:53:43Z
Indexed on
2010/05/01
14:57 UTC
Read the original article
Hit count: 257
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
© Stack Overflow or respective owner