# Transport

## Tempo

<figure><img src="/files/lmSQhD9xKqJpMzyVRfM4" alt="Adjusting tempo in ACE Studio transport." width="375"><figcaption></figcaption></figure>

Drag to set the current tempo according to the position where your timeline is. (For multi-tempo projects, adjusted tempo will only be applied for the section where your timeline is in.)

Double click to type in the exact number of tempo.

ACE Studio supports a tempo range of 1-360 bpm.

{% hint style="info" %}
If your project involves tempo changes, please refer to [Tempo & Signature Change](/project/arrangement-in-canvas/tempo-and-signature-change.md).
{% endhint %}

## Time Signature

<figure><img src="/files/yPGflowp2XnL72kz9xXA" alt="" width="375"><figcaption></figcaption></figure>

Drag to set the current time signature according to the position where your timeline is. (For multi-signature projects, adjusted signature will only be applied for the section where your timeline is in.)

Double click to type in the exact number of signature.

{% hint style="info" %}
If your project involves time signature changes, please refer to [Tempo & Signature Change](/project/arrangement-in-canvas/tempo-and-signature-change.md).
{% endhint %}

## Playback/Record Controls

<figure><img src="/files/5Pt4DydDS2RzbtKnbFz0" alt=""><figcaption></figcaption></figure>

#### Back to start <a href="#block-17208bffde8080b5a572c96b9713dbf1" id="block-17208bffde8080b5a572c96b9713dbf1"></a>

Click to jump the timeline back to the beginning of the project.&#x20;

* Shortcut key <kbd>Enter</kbd>

#### Play/stop <a href="#block-17208bffde8080939d09d25c8cdc0e62" id="block-17208bffde8080939d09d25c8cdc0e62"></a>

Click to start or stop the playback.

* Shortcut key <kbd>Space</kbd>

The playback will always start from the marker-line. If you stop the playback and play again, the playback will still start from the the same start position as last time, unless you relocate the marker-line.

To continue the playback from where you stopped, use shortcut <kbd>Shift</kbd> + <kbd>Space</kbd>.

#### Record <a href="#block-17208bffde8080bbb358d87884dca6ea" id="block-17208bffde8080bbb358d87884dca6ea"></a>

Click to start/end recording.

* Shortcut key <kbd>R</kbd>

If the playback is not started, start recording will also start the playback. You can also start recording during the playback.

For more detailed information about Record, please refer to [Record](/project/arrangement-in-canvas/record.md).

## Metronome

Click to turn on/off the metronome.

## Loop

Click to toggle loop mode on or off.

### Loop Brace

When loop mode is enabled, loop brace will appear on the time ruler. You can adjust the length of the loop brace by dragging its edges or reposition it by dragging directly. You can also click on the loop brace to turn on/off the loop mode.

After selecting a region, use the shortcut <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd>+<kbd>L</kbd> to turn the selected area into a loop brace. Press the shortcut again to exit loop mode.

When exporting audio, select Export Range as Loop to export the audio within the Loop Brace range. For more details, please refer to [Export Files](/project/file-management/export-files.md).

## Auto Scrolling

Click this trigger to toggle auto-scrolling on or off. During playback, the Arrangement View and Clip View will automatically scroll when the timeline reaches the end of the visible area.

During playback, auto-scrolling will be temporarily disabled if you manually scroll the view until next playback. You can turn it on by clicking.

You can set scrolling animation in Preferences. For more details, please refer to [Preferences](/account-and-settings/preferences.md).

## Timecode

This shows the time position of time-line.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acestudio.ai/project/transport.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
