Re: [Mscore-developer] Plugin API: missing features

2014-09-02 Thread Lasconic
In 1.3, to list the measures in the order they are played it was possible to use Cursor and pass an argument so it follows the repeats. See http://musescore.org/fr/plugin-development/cursor-object -> expandRepeat. The constructor and the property "_expandrepeat" are listed in cursor.h in the curre

Re: [Mscore-developer] Plugin API: missing features

2014-09-02 Thread Jörn Eichler
Hi! It should be simple to expose a property like Measure.no or similar to get the measure number. I don't have any knowledge about repeat lists. But since RepeatList seems not to be derived from QObject it could be tricky to expose it. Maybe you can be more specific about the last two points:

Re: [Mscore-developer] Plugin API: missing features

2014-09-02 Thread Stéphane Groleau
k position This might imply to expose the current ScoreView object. vgStef De : Jörn Eichler À : [email protected] Envoyé le : mardi 2 Septembre 2014 5h18 Objet : [Mscore-developer] Plugin API: missing features Hi! The more I try

[Mscore-developer] Plugin API: missing features

2014-09-02 Thread Jörn Eichler
Hi! The more I try to come up with a logical and clear way of describing what's needed to make the plugin API to at least support everything that was possible in v1.3, the more I run into problems. So I decided to just start a list and add ideas to it here: First of all: Comments welcome! Espe