midiInGetDevCaps Midi 设备名称
我使用了此链接中的以下代码。
我想知道需要添加什么才能获取设备名称列表。 我查看了 MSDN 网站,发现我需要实现 midiInGetDevCaps 及其关联的结构。但我之前从未真正对 dll 导入和结构做过任何事情,所以我有点迷失。
I've used the following code from this link.
Getting signals from a MIDI port in C#
I'm wondering what I need to add to able to get a list of device names.
I've looked the MSDN website and found I need to implement midiInGetDevCaps
and its a associated struct. But I've never really done anything with dll imports and structs before so I'm a bit lost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你需要像这样使用它:
Maybe you need use it like this: