Can someone better explain the Cursor and Note proprieties?
I've been checking some codes and having trouble understanding what's tick, staffIdx, tempo, basicly everything that's not on inspector.
Maybe the tick is the key to make paralel analysis?
I need to read more code, but also I need to understand those things first
Comments
Tick is time position. staffIdx is the staff index (top staff is 0, etc). For more on overall score structure, see https://musescore.org/en/developers-handbook/references/musescore-inter…. It's not specific to plugins, but the framework generally reflects the internal organization.
In reply to Tick is time position. … by Marc Sabatella
That helped a lot!
Specifically to parallel analysis, have a look at this existing plugin as well: https://musescore.org/en/project/check-parallel-fifths-and-octaves