Sheet music
-
Hello, I'm an experienced programmer and I need to write a program capable of displaying a music sheet on screen. My problem resides on the technology used for display. I first thought of OpenGL as I have experience with it and the TAOFramework that makes the use of OpenGL possible on .NET. Then, well I have extensive knowledge of windows forms and all but I'm not really up to date on the latest versions of the framework so I think it could be done with WPF Microsoft marketted as wonderful. So; my question for those still reading: could I write a fast, customm controller capable of displaying music sheet using WPF and if so could someone point me to some good starter page? Thank you!
-
Hello, I'm an experienced programmer and I need to write a program capable of displaying a music sheet on screen. My problem resides on the technology used for display. I first thought of OpenGL as I have experience with it and the TAOFramework that makes the use of OpenGL possible on .NET. Then, well I have extensive knowledge of windows forms and all but I'm not really up to date on the latest versions of the framework so I think it could be done with WPF Microsoft marketted as wonderful. So; my question for those still reading: could I write a fast, customm controller capable of displaying music sheet using WPF and if so could someone point me to some good starter page? Thank you!
If it needs to be fast, I wouldn't use .Net at all...
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
If it needs to be fast, I wouldn't use .Net at all...
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001by "fast" i mean that I don't want it to lag when a user uses the scrollbar because it has to redraw. Anyway .NET will give me a much shorter development cycle.
-
by "fast" i mean that I don't want it to lag when a user uses the scrollbar because it has to redraw. Anyway .NET will give me a much shorter development cycle.