# Rosin Tech 虛擬音樂會軟體使用手冊

虛擬音樂會軟體 (Virtual Performer) 是一套由忘言科技 (Rosin Tech, Inc.) 所開發的應用程式，該程式套件組可以提供使用者透過數位音樂工作站 (Digital Audio Workstation, DAW) 同時進行樂曲編輯與操控軟體中虛擬樂手的演奏。該軟體亦支援市面上通用的虛擬人物模型格式 (.vrm)，讓使用者能客製化自己的演出角色。

本手冊將分別介紹三個部分進行介紹，分別是 [#virtual-performer-ying-yong-cheng-shi-jiao-xue-han-animator](#virtual-performer-ying-yong-cheng-shi-jiao-xue-han-animator "mention"), [#orchestravst-xian-lao-xu-ni-yin-yuan-gong-neng-jiao-xue](#orchestravst-xian-lao-xu-ni-yin-yuan-gong-neng-jiao-xue "mention") 與 [#vroid-ying-yong-cheng-shi-jiao-xue](#vroid-ying-yong-cheng-shi-jiao-xue "mention")，使用者可以在相關的手冊中獲得更詳細的說明。

## 系統概述

下圖 (一) 是虛擬音樂會軟體的系統架構圖，表 (一) 則是各個工具的更詳細的說明。

<figure><img src="https://i.imgur.com/y87fzop.png" alt=""><figcaption><p>圖(一) 虛擬音樂會軟體系統架構</p></figcaption></figure>

藍色的區塊為 Virtual Performer ，是最主要的應用程式，該程式提供使用者進行演出場景、演出角色等等設定，除此之外也是主要的顯示區域。

右下角綠色部分則是透過數位音樂工作站控制 Virtual Performer 中人物演出的區塊，我們提供了兩個通用的數位工作站插件 (VST/VSTi) 來對演出進行控制。其中包含 Animator 與 OrchestraVST 兩個插件，使用者可以透過 Animator 來指定虛擬角色的演奏，也可以透過它來即時切換演出的場景。而 OrchestraVST 則提供使用者一套免費的虛擬音源來進行使用。

更詳細的說明請參考：

* [virtual-performer](https://docs.rosin-tech.com/latest/virtual-performer/virtual-performer "mention")
* [orchestravst-shi-yong-shou-ce](https://docs.rosin-tech.com/latest/orchestra-vst/orchestravst-shi-yong-shou-ce "mention")

左下角黃色區域支援 [VRoid Studio](https://vroid.com) 開發的虛擬角色模型，使用者可以在該軟體中進行客製化角色製作，並將其匯入 Virtual Performer 之中。

更多 VRoid 製作可以參考：

* [vroid-studio](https://docs.rosin-tech.com/latest/vroid-studio "mention")

| 名稱                    | 性質             | 說明                                                                 |
| --------------------- | -------------- | ------------------------------------------------------------------ |
| **Virtual Performer** | Standalone App | 即時動畫程式                                                             |
| **Animator**          | VST Plugin     | 掛載於數位音樂工作站(DAW)的插件，可以以 MIDI 訊號用來控制 **Virtual Performer** 中虛擬演出者的動作 |
| **OrchestraVST**      | VSTi Plugin    | 虛擬管弦樂團音源                                                           |

## Virtual Performer 應用程式教學 (含 Animator)

[virtual-performer](https://docs.rosin-tech.com/latest/virtual-performer/virtual-performer "mention")

## OrchestraVST 弦樂虛擬音源功能教學

[orchestravst-shi-yong-shou-ce](https://docs.rosin-tech.com/latest/orchestra-vst/orchestravst-shi-yong-shou-ce "mention")

## VRoid 應用程式教學

[vroid-studio-gong-neng-jiao-xue](https://docs.rosin-tech.com/latest/vroid-studio/vroid-studio-gong-neng-jiao-xue "mention")


---

# 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.rosin-tech.com/latest/v0.4.1.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.
