Count-in at playback start
When opening the file "scales.mscx" from the demo folder with a 2.0 nightly, and enabling "Play count-in at playback start" in the play panel, there are 29 clicks and then the playback starts. I assume, this is because the first measure has 29 quarter notes.
I would say, it would be better (and easy) to check:
if (lengthOfNextMeasure > 8):
countIn = 4;
else (countIn = nextMeasure.length);
Attachment | Size |
---|---|
scales.mscx | 10.99 KB |