# Welcome to LMMS

## [LMMSの更新点](https://github.com/LMMS/lmms/releases)

### **バージョン1.2.1:** (2019-10-21)

* General の改善
  * Respect OS' case sensitivity when checking for existing files ([#4768](https://github.com/LMMS/lmms/pull/4768))
  * Remove MIDI connections from factory .mmpz files ([#5163](https://github.com/LMMS/lmms/pull/5163))
  * Show FreeBSD in the build version info ([732448c](https://github.com/LMMS/lmms/commit/732448c3921d9ef2e4297d6670ecfcade42e8572))
* UI の改善
  * Make splash screen text white ([#5149](https://github.com/LMMS/lmms/pull/5149))
  * Show Beat/Bassline Editor on clicking track labels of B/B tracks ([#5060](https://github.com/LMMS/lmms/pull/5060))
  * Enable dark title bar on macOS ([df79f8c](https://github.com/LMMS/lmms/commit/df79f8c1be78e6eb7382ba326119023748b5ac0c))
* バグ修正
  * Fix building RemoteVstPlugin with Wine >= 4.14 ([#5210](https://github.com/LMMS/lmms/pull/5210))
  * Fix stuck keys when dragging on the piano view ([#5127](https://github.com/LMMS/lmms/pull/5127))
  * Fix crash on unmarking octave semitones ([#5184](https://github.com/LMMS/lmms/pull/5184))
  * Fix invalid MIDI Program Change decoding ([#5154](https://github.com/LMMS/lmms/pull/5154))
  * Rubberband fix for selecting a large area in the song editor ([#5003](https://github.com/LMMS/lmms/pull/5003))
  * VeSTige: show icon on 'Turn off all notes' button ([#5237](https://github.com/LMMS/lmms/pull/5237))
  * RemoteVstPlugin: fix crashes when failed to open a file ([#5235](https://github.com/LMMS/lmms/pull/5235))
  * Organic: fix glitch at the beginning of a note ([#5252](https://github.com/LMMS/lmms/pull/5252))
  * Fix broken audio sample exporting on high sampling rate ([#5226](https://github.com/LMMS/lmms/pull/5226))
* 翻訳
  * Better French translations in the menu item file ([#4711](https://github.com/LMMS/lmms/pull/4711))
  * Fix too long translations to fix the UI misalignment ([#5185](https://github.com/LMMS/lmms/pull/5185))

### 未解決のバグ

* Windows
  * Software fails to load on some systems (Please see bug [#1173](https://github.com/LMMS/lmms/issues/1173), [#512](https://github.com/LMMS/lmms/issues/512))
  * No sound/distorted sound on some systems (Forum topics [#604](https://lmms.io/forum/viewtopic.php?f=3\&t=604) [#283](https://lmms.io/forum/viewtopic.php?f=3\&t=283))
* Apple
  * VST plugins (`.dll`) do not work on Apple (Please see bug [#698](https://github.com/LMMS/lmms/issues/698))

{% hint style="info" %}
すべての新機能・変更点は、[lmms.io](https://lmms.io/download) に詳しく書いてあります
{% endhint %}


---

# 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.lmms.io/user-manual/jp_2/master.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.
