音符画库

问题描述:

我正在寻找一个Windows库,该库可以以某种方式在屏幕上绘制音符。我将使用它来用C#编写应用程序,但是基于Win32的纯解决方案就足够了。有人知道任何这样的库吗?

I'm looking for a Windows library that can draw musical notes on the screen in some way. I'm going to use it to write an app in C#, but a pure Win32-based solution is good enough. Does anybody know of any such library?

编辑:我将实时更新注释,它们不必看起来异常花哨。

I'm going to update the notes in real-time, and they need not look incredibly fancy.

您可以尝试:

http://www.archiwistykamuzyczna.pl/index.php?article=download&lang=en#psamcontrollibrary

这是用C#编写的用于显示注释的简单库。它仅限于一个谱表,但它在一个谱表上支持许多声音。输入格式为MusicXml,但您也可以通过编程方式添加注释。

It's a simple library written in C# for displaying notes. It is limited to only one stave but it supports many voices on one stave. The input format is MusicXml but you can add notes programatically too.

此处是有关CodeProject上PSAM控件库的文章:
http://www.codeproject.com/KB/miscctrl/psamcontrollibrary.aspx

Here is an article about PSAM Control Library on CodeProject: http://www.codeproject.com/KB/miscctrl/psamcontrollibrary.aspx