Re: Invalid midi files when notes are muted
Reply #1 –
Methinks your app complains too much
IMO, NWC2 is producing the MIDI output that you are asking it to produce.
All 3 of my Windows bundled apps play the midi without complaint. They also report the length as 2 seconds, as does NWC Info. NWC2 will import it, but it truncates the length of the final note.
Workaround for finicky apps would be to unmute the final note, possibly adding Performance Style: Legato or Tenuto before it.
This will make the length 8 seconds
Or add this to the end:
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:Whole,Grace|Pos:2^|Opts:Muted|Visibility:Never
|Note|Dur:Whole,Grace|Pos:2|Visibility:Never
!NoteWorthyComposerClip-End
This will cause NWC2 to produce a note off, and make the length 8.003 seconds.