Create score plugin crash (0.9.6 regression)

• Jan 22, 2010 - 13:48
Type
Functional
Severity
S2 - Critical
Status
closed
Project

r2637
Open MuseScore
Plugin -> Create score
-> Crash

According to plugin debugger , it's related to the setting of score.name


Comments

This issue is marked as critical but since it's a plugin, we could also decide not to ship MuseScore with this plugin and provide it as a download on musescore.org.

The crashes are fixed. For unknown reasons assignments to properties do not work as expected:

note.pitch = 60 (does not work)
note.setPitch(60) (works)

After some changes in the script "color notes" and "create new score" now look ok.

After a rewrite of the MuseScore script bindings things now work better.
This bug is fixed in rev. 2712. The problems described in #4 are solved.