> For the complete documentation index, see [llms.txt](https://docs.lmms.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lmms.io/user-manual/jian-ti-zhong-wen/yue-qi-cha-jian/gig-player.md).

# GIG Player

GIG Player，或者说 GigaSampler 播放器，这个插件用于在 LMMS 载入 GigaSampler 文件（.gig）。

<figure><img src="/files/bdsvLN2y8z2Lz22oCxU3" alt=""><figcaption><p>GIG Player</p></figcaption></figure>

GIG 和声音字体（soundfont）有些相似，只不过它是在 GigaSampler 和 GigaStudio 中使用的。.gig 文件是最基本的乐器单元，可以作为一个乐器载入。这些乐器文件实际上是一个采样集（包括用于支持播放的数据），乐器就是依赖这些数据运作起来的。一个 GIG 文件支持最多 128 个乐器。

顺带一提，借助软件和扩展，一些 GIG 插件可以支持键位切换技法（keyswitch）。不幸的是，目前 LMMS 的 GIG Player 还未支持键位切换。GIG 文件会像对待各个 MIDI 库一样对待自己的乐器，LMMS 则会载入 GIG 文件中的乐器并以音色库（patches）的形式展示给用户。

GIG 文件格式现今已经过时，相关的乐器文件也不再被广泛使用。

.sfz 文件支持 GIG 乐器的大多数功能，所以我们更建议使用声音字体（SoundFont）文件和 SFZ 文件。

LMMS 通过 LinuxSampler 的 libgig 来支持 GIG 文件。


---

# 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:

```
GET https://docs.lmms.io/user-manual/jian-ti-zhong-wen/yue-qi-cha-jian/gig-player.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.
