Response to https://forum.noteworthycomposer.com/?topic=5097.msg32285#msg32285:
At the beginning of every midi file is a header chunk. One of the elements of every header chunk is called division, which represents how finely a quarter note can be divided. This number is the "parts per quarter note" (PPQ or sometimes PPQN)
It is almost always 192 or 384. Noteworthy always exports it as 192 and the rest of this discussion will assume PPQ=192. One PPQ is called a "click". A 16th note would be 194/4 or 48 clicks.
Each note of this:
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:C
|TimeSig|Signature:4/4
|Note|Dur:Half|Pos:-6
|Rest|Dur:4th
|Note|Dur:16th|Pos:-5|Opts:Stem=Up,Beam=First
|Note|Dur:16th|Pos:-4|Opts:Stem=Up,Beam
|Note|Dur:16th|Pos:-3|Opts:Stem=Up,Beam
|Note|Dur:16th|Pos:-2|Opts:Stem=Up,Beam=End
|Bar
|Note|Dur:Half,Dotted|Pos:-6
|Note|Dur:8th,Triplet=First|Pos:-5|Opts:Stem=Up,Beam=First
|Note|Dur:8th,Triplet|Pos:-4|Opts:Stem=Up,Beam
|Note|Dur:8th,Triplet=End|Pos:-3|Opts:Stem=Up,Beam=End
|Bar
|Note|Dur:Half,Triplet=First|Pos:-2
|Note|Dur:Half,Triplet|Pos:-1
|Note|Dur:Half,Triplet=End|Pos:0
!NoteWorthyComposerClip-End
Would result in a bar:beat:click:pitch of:
1:0:0:c5
1:3:0:d5
1:3:48:e5
1:3:96:f5
1:3:144:g5
2:0:0:c5
2:3:0:d5
2:3:64:e5
2:3:128:f5
3:0:0:g5
3:1:64:a5
3:2:128:b5
You last question about 2 staves is irrelevant since the idea is to put the cursor position in the status bar and the cursor can only be on one staff at any one time.
It did lead me to an interesting discovery. If you put different time sigs on staffs, export it, then import it, the time sig of the first staff becomes the time sig of all the staves!
Add a new staff to the above example and paste this in:
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:C
|TimeSig|Signature:12/8
|Note|Dur:Whole|Pos:-4
|Bar
|Note|Dur:Whole|Pos:-4
|Bar
|Note|Dur:Whole|Pos:-4
!NoteWorthyComposerClip-End
Now export it and import it.
I don't know if this is a Noteworthy or a MIDI constraint.
I have wished for a number of years that Noteworthy's implementation of the multipoint controller would allow me to express offsets in PPQ's and allow note on events, but I never wrote up a request deeming it too advanced for the typical user.