How to get a score preview in a plugin
I want to be able to use a ScoreView to show a thumbnail of a score without actually opening it. Is there a way to do this? The only way I've been able to get a ScoreView populated is by using currently opened scores, or by opening them with readScore("score-file-path")
. Basically I want something like the Start Center (F4).
Comments
For that you'd need it extract the thumbnail from the mscz
In reply to For that you'd need it… by Jojo-Schmitz
That doesn't really seem feasable, given the limited file operations the API allows.
In reply to That doesn't really seem… by michaelhuyler
Indeed