Access to Scoreview and Repeats list with plugins

• Aug 20, 2014 - 02:03
Priority
P3 - Low
Type
Plugins
Severity
S5 - Suggestion
Status
active
Regression
No
Workaround
Yes
Project

I'm trying to make a plugin to implement my idea of listing all the score measures in their playing other following the repeat list (see #8604 ).

The problem I'm facing is that the actual plugin framework doesn't seems to give access to the repeat list. Also, I'd need access to the current scoreview to move the cursor to a selected measure in the list (or at least get the cursor tick and ability to move the cursor to a specific tick).

I tried to work in the C++ files to make some functions Q_INVOKABLE, but didn't succeed...

If someone could update the plugin framework, or tell me what to change, that'd be great!


Comments

You are right, the repeat list still isn't available in the plugins.
However the plugin dexcribed in this issue is now a builtin functionality.

Also, the command cmd("unroll-repeats") can still be called from the plugins.

The plugin API lacks so many features it's hard to count them all, and has evolved quite a bit since this post got published.