Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library for displaying music notation [closed]

Is there a simple way, whether through a web service or just a library, to write/display music notation with C#? I have some data and am wondering if there is a way to show a staff with the given notes on it.

I've looked into MusicXML, but if I understand it correctly, it is purely a way to store the data - displaying it on a staff is a separate task. Short of manually using shapes (would be a lot of work) in HTML Canvas or WPF or what-have-you, is there some way to accomplish this?

like image 939
Wilson Avatar asked Dec 13 '25 03:12

Wilson


1 Answers

Long list of background information and libraries for Java can be found here: https://stackoverflow.com/questions/5525959/are-there-any-music-notation-rendering-libraries-for-java.

A similar C# question can be found here: Draw a music staff in C#.

Here's an article describing how to show MusicXML notation with WPF: http://www.codeproject.com/Articles/89582/PSAM-WPF-Control-Library.

like image 197
Michael Teper Avatar answered Dec 15 '25 14:12

Michael Teper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!