Some update on the current status of the plugins:

WORKING (including those depending on open pull requests):
- Note Names   (https://github.com/Jojo-Schmitz/notenames)
- Cue Notes   (https://github.com/Jojo-Schmitz/Cue)
- Blacknotes   (https://github.com/lasconic/blacknotes)
- Color Voices   (https://github.com/Jojo-Schmitz/ColorVoices)
- Color Notes (PR #1276)

Working prototypes (including those depending on open pull requests):
- Courtesy Accidentals  (https://github.com/heuchi/courtesyAccidentals)
- Rehearsal Mark Sequencing   (PR #1275) 
(https://github.com/heuchi/rehearsalMarkSeq)
- Implode / Explode (as in v1.3)   (PR #1264) (https://github.com/heuchi/plode)


NOT WORKING:
- break every x measures

This is actually true for every plugin that doesn't use onRun: to alter the 
score but first shows up a GUI and is triggered to run later. In this case Undo 
doesn't work. 
I think the problem is, that Ms::MuseScore::endCmd() needs to be called after 
anything in the score has been changed, but a plugin cannot call it. 
It is called after plugin creation from inside Ms::MuseScore.pluginTriggered(), 
so anything that is changed during the call of onRun: can be undone.

- Slash Notation
 this needs some more preparation of the API (setting note heads, adding notes…)

- BatchExport


heuchi


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to