Rotate

These commands rotate tracks left or right by some number of steps. Rotation is similar to shifting, except that steps wrap around instead of falling off one end. For example, rotating 1234 right by one step yields 4123, because the 4 wraps around to the left. Rotation is a lossless, non-destructive operation. Shifting is also supported, via the shift commands.

If a step selection exists, it takes priority. In this case only the selected steps are rotated. Otherwise the command operates on the selected tracks in their entirety.

Rotate Left

This command rotates tracks one step to the left.

Rotate Right

This command rotates tracks one step to the right.

Rotate Steps

This command rotates tracks by any amount. A dialog is displayed, prompting you for the desired rotation in steps. The rotation can be positive (right) or negative (left). After you press OK, the tracks are then rotated by the specified number of steps.

Offset Tracks

This command adds a specified amount to the track offset for the selected tracks. A dialog is displayed, prompting you for the desired offset change, in ticks. The change can be positive (later) or negative (earlier).