Element Analyser Feedback
This topic is created to collect and discuss issues and ideas about the Element Analyser plugin.
This topic is created to collect and discuss issues and ideas about the Element Analyser plugin.
Do you still have an unanswered question? Please log in first to post your question.
Comments
> (...) what does Non-Null element mean? How does an undefined element appear?
The data model of the plugin API is pretty flat. You don't find objects like
Note
,Chord
, ... But the API offers one main object class:Element
.That object represents many different things, all with their own specificities.
E.g. an element of type "Chord" has note children, while an object of type "Note" hasn't any note children, but has a pitch.
This is where undefined/null properties appear.
On a element an element of type "Chord", the
notes
property will be an array of elements of type "Note".On a element an element of type "Note", the
notes
property will be undefined/null.> (...) Wish I know more to debug freezed QML(waited 30mins)
This is usually an infinite loop.
New slightly updated version running with MuseScore 4 in order to help porting other plugins to MuseScore 4.
In reply to New slightly updated version… by parkingb
I can't copy/paste the info generated on the window
In reply to I can't copy/paste the info… by MK140221
I can work around this by making line 174
readOnly: false
In reply to I can work around this by… by MK140221
Great. Thanks for sharing the tricks. I'll update the plugin soon.
It's a really useful plugin: thanks for sharing.
Typo in "Important remark" : "gets" should be "get".
Typo in "Usage as a Library" : "debu" should be "debug".
In reply to Typo in "Usage as a Library"… by yonah_ag
Typos fixed