Time to place first label: as in old versions.
Label placement method: "Fit closest interval" is the default. Same as "Label placement method = interval" + "Adjust label interval to fit length = Yes".
The other menu items include:
- Exact intervals: Each interval is the exact length specified.
- Fit number of labels: Same as "Number of labels" in old version.
As in the old version, "Fit closest interval" may give intervals larger or smaller than the size specified by the user (whichever is closest).
However, I imagine that there will be cases where the user wants the label intervals to be no more than a specified duration, for example if they want to fit a long recording on low capacity media (Anyone still use cassettes? More modern examples could include embedded systems or hardware samplers), or if they want to upload somewhere where there is a file size limit. In other words, the interval specified by the user is the maximum interval.
To cater for this case, an additional "Label placement method" option could be added: "Maximum interval".
In this case, the largest interval to fit the selection, less than the specified interval, will be used.
As an example, If the selection is 10 seconds and the specified interval is 3 seconds.
"Fit closest interval" will produce intervals of 3.333 seconds (the closest exact fit to 3 seconds)
"Maximum Interval" will produce intervals of 2.5 seconds (the largest exact fit less than 3 seconds)
The options for "Final label at:" are "Start of interval" or "End of interval".