> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-ja/purojekuto/transport.md).

# トランスポート

## テンポ

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

タイムラインの位置に応じて現在のテンポを設定するには、ドラッグします。（マルチテンポのプロジェクトでは、調整したテンポはタイムラインが位置しているセクションにのみ適用されます。）

ダブルクリックして、正確なテンポ値を入力します。

ACE Studio は 1～360 BPM のテンポ範囲に対応しています。

{% hint style="info" %}
プロジェクトにテンポ変更が含まれる場合は、 [テンポと拍子の変更](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/tempo-and-signature-change.md).
{% endhint %}

## 拍子

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

タイムラインの位置に応じて現在の拍子を設定するには、ドラッグします。（マルチ拍子のプロジェクトでは、調整した拍子はタイムラインが位置しているセクションにのみ適用されます。）

ダブルクリックして、正確な拍子値を入力します。

{% hint style="info" %}
プロジェクトに拍子変更が含まれる場合は、 [テンポと拍子の変更](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/tempo-and-signature-change.md).
{% endhint %}

## 再生/録音コントロール

<figure><img src="/files/4f43fd7cfc64dabaa59afb8f7a7950717b07bb8a" alt=""><figcaption></figcaption></figure>

#### 先頭に戻る <a href="#block-17208bffde8080b5a572c96b9713dbf1" id="block-17208bffde8080b5a572c96b9713dbf1"></a>

クリックして、タイムラインをプロジェクトの先頭へ戻します。

* ショートカットキー <kbd>Enter</kbd>

#### 再生/停止 <a href="#block-17208bffde8080939d09d25c8cdc0e62" id="block-17208bffde8080939d09d25c8cdc0e62"></a>

クリックして、再生を開始または停止します。

* ショートカットキー <kbd>Space</kbd>

再生は常にマーカーラインから開始されます。再生を停止して再び再生しても、マーカーラインを移動しない限り、前回と同じ開始位置から再生されます。

停止位置から再生を続けるには、ショートカット <kbd>シフト</kbd> + <kbd>Space</kbd>.

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

クリックして、録音を開始/終了します。

* ショートカットキー <kbd>R</kbd>

再生が開始されていない場合、録音を開始すると再生も開始されます。再生中に録音を開始することもできます。

録音の詳細については、 [録音](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/record.md).

## メトロノーム

クリックして、メトロノームのオン/オフを切り替えます。

## ループモード

クリックして、ループモードのオン/オフを切り替えます。

### ループブラケット

ループモードが有効になると、タイムルーラーにループブラケットが表示されます。ループブラケットの端をドラッグして長さを調整したり、直接ドラッグして位置を変更したりできます。ループブラケットをクリックして、ループモードのオン/オフを切り替えることもできます。

範囲を選択したあと、ショートカット <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd>+<kbd>L</kbd> を使って選択範囲をループブラケットにします。もう一度ショートカットを押すとループモードを終了します。

オーディオを書き出す際は、書き出し範囲をループモードに設定して、ループブラケットの範囲内のオーディオを書き出します。詳細については、 [ファイルをエクスポート](/docs/product-wiki-ja/purojekuto/file-management/export-files.md).

## 自動スクロール

このトリガーをクリックして、自動スクロールのオン/オフを切り替えます。再生中、タイムラインが表示領域の端に達すると、アレンジメントビューとクリップビューが自動的にスクロールします。

再生中に手動でビューをスクロールすると、次の再生まで自動スクロールは一時的に無効になります。クリックすると有効に戻せます。

設定でスクロールアニメーションを設定できます。詳細については、 [設定](/docs/product-wiki-ja/akauntoto/preferences.md).

## タイムコード

タイムラインの時間位置を表示します。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/docs/product-wiki-ja/purojekuto/transport.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
