C#MIDI工具包示例 [英] C# MIDI toolkit example

查看:400
本文介绍了C#MIDI工具包示例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





如何获得C#MIDI工具包示例后的钢琴的值或ID?



我尝试将e作为标签中的值?



我尝试过:



Hi

How can I get a value or ID of the piano that follow the C# MIDI Toolkit Example?

I tryed get e as a value in a label?

What I have tried:

<pre>   protected override void OnKeyDown(KeyEventArgs e)
        {
            pianoControl1.PressPianoKey(e.KeyCode);

            base.OnKeyDown(e);
            label1.Text = pianoControl1.PressPianoKey(e.KeyCode);

        }

推荐答案

Q& A不是关于已发布文章的问题的地方;你应该使用文章末尾的评论和讨论

C#MIDI工具包 [ ^ ]



您可以在任一公共存储库中找到更多帮助和更高版本,这些存储库似乎更新一些:

GIT存储库臭名昭着的C#MIDI工具包的完整来源 [ ^ ]

NuGet Gallery:Sanford.Multimedia.Midi 6.6.0 [ ^ ]
Q&A is not the place for questions on articles that have been posted; you should be using the Comments and Discussions at the end of the article
C# MIDI Toolkit[^]

You may be able to find more help and later versions in either of the public repositories, which seem to be a little more up to date:
GIT Repository Full source of the infamous C# MIDI toolkit[^]
NuGet Gallery: Sanford.Multimedia.Midi 6.6.0[^]


这篇关于C#MIDI工具包示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆