Is JUCE suitable for developing a music notation application?

Great! Will do!

Thank you so much for the information. I’'ll keep you posted on any progress.

Take care!

Antonio

1 Like

I just came across this article today and thought this information might help.
I wrote the Overture 5 music notation application that is cross-platform and was completely written in Juce. Over the years I was able to work around a few of the Juce notation limitations like “Rich Text” and printing. I handled the printing by creating a canvas that Overture calls for all notation drawing. The canvas has the same juce drawing routines and directs the calls to juce for screen drawing or my own printing routines. I found this easier than the trying to work with the lowlevel postscript method. Good luck.

2 Likes