Help with note.userAccidental and note.accidental not giving right feedback

• May 6, 2019 - 20:04

I am attempting to make a quarter tone playback plugin by modifying one for 31 TET. I've gotten the custom key signature working, but the program doesn't correctly tune accidentals. When it gets to finding accidentals on notes, I notice on the console, it returns undefined when I ask it to return note.userAccidental, but a hex location on MS::PluginApi::Element("hex") when I use note.accidental.

You can see it on line 736 on the attached file.

Attachment Size
Please24TET.qml 24.19 KB

Comments

NEVERMIND, I fixed it. For anyone wondering, you can use note.accidentalType, which returns a number, different for each kind of accidental.

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