> 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>Shift</kbd> + <kbd>Space</kbd> 最後に一時停止した位置から再生を再開します。

## タイムルーラー

タイムルーラーはキャンバス上部にあり、小節と拍で時間を表示します。主に次の機能を備えています:

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

## グリッド＆スナップ

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

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

* Auto - 詳細表示: キャンバスのズームレベルに基づいて、グリッドサイズを自動的に狭い間隔に調整します。
* Auto - 標準(既定): キャンバスのズームレベルに基づいて、グリッドサイズを自動的に中間の間隔に調整します。
* Auto - 簡略表示: キャンバスのズームレベルに基づいて、グリッドサイズを自動的に広い間隔に調整します。
* 1-16 セル/拍: 各拍を1〜16のグリッドセルに分割します。
* オフ: グリッドへのスナップを無効にします。クリップをタイムラインに合わせず自由に配置できます。また、編集中に次のキーを押し続けることでも回避できます <kbd>Ctrl</kbd>/ <kbd>⌘Command</kbd> 編集中に。

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

* **水平/垂直スクロール:** マウスホイールで垂直方向にスクロールします。次のキーを押しながらマウスホイールを使用すると、水平方向にスクロールできます。 <kbd>Shift</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.
