How does plugin code ‘read’ a chord symbol?

• Jan 1, 2020 - 16:38

I browsed through the plugins code and found in hello.qml an iteration through elements/segments with the line:
if (element && element.type == Element.CHORD)

Is it something similar?

Also, is there a way to debug/step-thru qml code?


Comments

In reply to by Jojo-Schmitz

Thank you, Jojo. In the meantime I realized that I could have figured this out myself by running the ObjectExplorer plugin. For those interested: one has to be a little patient: the log eventually pops op in Notepad, but is huge (600 pages for a 1 page score).
I also saw a much better iteration scheme in the notenames plugin, and I plan to use that.

Do you still have an unanswered question? Please log in first to post your question.