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?
Edit: I’m going to update the notes in real-time, and they need not look incredibly fancy.
You can try that:
http://www.archiwistykamuzyczna.pl/index.php?article=download&lang=en#psamcontrollibrary
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.
Here is an article about PSAM Control Library on CodeProject:
http://www.codeproject.com/KB/miscctrl/psamcontrollibrary.aspx