Are grace notes accessible via plugin framework?
If so, how?
The notenames plugin doesn't name them, so if access is possible , it must be different from that of 'normal' notes.
If it isn't possible, I thing a reature request is due...
If so, how?
The notenames plugin doesn't name them, so if access is possible , it must be different from that of 'normal' notes.
If it isn't possible, I thing a reature request is due...
Do you still have an unanswered question? Please log in first to post your question.
Comments
they are, as of today in f3e7de1e.
Hmm, well, how to access their pitch or tpc?
In reply to they are, as of today by Jojo-Schmitz
I didn't try but my understanding is that for a normal Chord, you get the grace notes (which are also Chords). And from there, you can get the Notes of the grace note Chord, and then tpc, pitch and any property you expect in a Note.
In reply to I didn't try but my by [DELETED] 5
I tried, but couldn't get it to work in any form or shape.
Just replacing
var notes = cursor.element.notes;
with
var notes = cursor.element.graceNote;
in the notenames plugin results in "?", i.e.unknown tpc