You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two loop bound fields in the footer accept an exact time, which is the right idea, but the only way to change one is to type it. A loop is almost never chosen exactly on the first try: you drag a rough region, play it, and then want the start 40 milliseconds earlier because it clips the transient.
Doing that today means clicking into the field, selecting 00:12.480, and typing 00:12.440. Nine characters to move one number. It is slower than dragging the region again and less precise, so the fields end up unused for the one job they are best at.
Who it affects
Anyone setting a loop for practice, which is the feature's whole purpose. The drag is good for choosing the bar; nothing is good for the last few tens of milliseconds.
What a fix has to handle
Two different magnitudes. Seconds and milliseconds are both wanted, and a control that only offers one is only half useful
A step size that is worth a notch. One millisecond per scroll needs a hundred notches to cover something audible
The existing bounds rules: clamp to the track, never let the two cross inside the minimum loop length
What goes wrong
The two loop bound fields in the footer accept an exact time, which is the right idea, but the only way to change one is to type it. A loop is almost never chosen exactly on the first try: you drag a rough region, play it, and then want the start 40 milliseconds earlier because it clips the transient.
Doing that today means clicking into the field, selecting
00:12.480, and typing00:12.440. Nine characters to move one number. It is slower than dragging the region again and less precise, so the fields end up unused for the one job they are best at.Who it affects
Anyone setting a loop for practice, which is the feature's whole purpose. The drag is good for choosing the bar; nothing is good for the last few tens of milliseconds.
What a fix has to handle