> 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/arrangement-in-canvas/canvas.md).

# キャンバス

**キャンバス** ACE Studio のアレンジエリアです。ここでは、タイムラインに沿ってすべての内容をクリップとして作成、配置、移動、編集し、楽曲を制作できます。

## マーカーライン＆タイムライン

マーカーラインは、白と青の間で点滅する固定の縦線です。再生の開始位置、または貼り付けなどの編集操作における正確な位置を示します。タイムルーラーまたはグリッドの任意の場所をクリックすると、マーカーラインの位置を変更できます。キャンバス上に選択範囲がある場合、マーカーラインは常に選択範囲の左端に配置されます。

タイムラインは、現在の再生位置を示す移動する縦線で、再生が始まったときにのみ表示されます。

* 次のキーを押して <kbd>Space</kbd> マーカーラインの位置から再生を開始します。
* 押して <kbd>シフト</kbd> + <kbd>Space</kbd> 最後に一時停止した位置から再生を再開します。

## タイムルーラー

タイムルーラーはキャンバス上部にあり、音楽的な形式（小節と拍）で時間を表示します。主に次の機能があります：

* **時間表示：** プロジェクトのタイムラインを小節と拍で表示します。
* **ナビゲーションとズーム：**
  * タイムルーラー上を水平方向にドラッグして、表示をスクロールします。
  * タイムルーラー上を垂直方向にドラッグして、表示をズームします。

## グリッド＆スナップ

キャンバスには、音楽の時間区分を表す背景グリッドがあり、クリップを正確に揃えるのに役立ちます。編集操作（クリップの移動やトリミングなど）は、既定でこのグリッド線に自動的にスナップします。

キャンバスの空白部分を右クリックして、グリッド＆スナップメニューを開きます。

* Auto - 詳細表示: キャンバスのズームレベルに応じて、グリッドサイズを詳細な間隔に自動調整します。
* Auto - 標準（デフォルト）: キャンバスのズームレベルに応じて、グリッドサイズを標準の間隔に自動調整します。
* Auto - 簡略表示: キャンバスのズームレベルに応じて、グリッドサイズを広い間隔に自動調整します。
* 1～16セル／拍：各拍を1～16個のグリッドセルに分割します。
* オフ: グリッドへのスナップを無効にします。タイムラインに合わせず、クリップを自由に配置できます。編集時に <kbd>Ctrl</kbd>/ <kbd>⌘Command</kbd> 押し続けることで回避できます。

## ナビゲーションとズーム

* **水平/垂直スクロール：** マウスホイールで垂直にスクロールします。 <kbd>シフト</kbd> 押しながら、マウスホイールで水平方向にスクロールします。
* **ズーム：** 押しながら <kbd>Ctrl</kbd>/ <kbd>⌘Command</kbd> マウスホイールを使って、水平方向に拡大/縮小します。
* **ハンドツール：** 中央のマウスボタンを押し続けてドラッグすると、任意の方向にビューをパンできます。


---

# 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/arrangement-in-canvas/canvas.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.
