LMMS / LMMS/lmms

VSTs not scaled properly on HiDPI displays

Open
#7,683 31 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug linux vst windows
Dominant language
C++
Stars
10.4k
Forks
1.3k
Avg merge
2d 13h
Merged PRs (30d)
7

Description

When running Windows VSTs (either natively on Windows or via wine), they do not scale properly when run on HiDPI (e.g. 200%) displays.

| Platform | Scaling is honored by VST |
|----------|---------------------------|
| Windows 11 (mingw) | ✅ PASS |
| Windows 11 (msvc) | 🚫 FAIL |
| Ubuntu 24.04 | 🚫 FAIL |

* Windows (mingw):
Image

* Windows (msvc):
Image

* Ubuntu 24.04 (AppImage)
Image

Previously reported here: #4411

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the HiDPI behavior for Windows VSTs on the listed mingw, msvc, and Ubuntu 24.04 environments, comparing the passing mingw result with the failures. Trace the VST hosting and display-scaling entry points used in those builds. Done means VST interfaces honor the display scale consistently across the failing platforms.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
audio-video-rtc, desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.