User manual
LMMS homepageDownloadSharing Platform
Ver1.2.1 / 日本語
Ver1.2.1 / 日本語
  • Welcome to LMMS
  • LMMSを使うにあたって - 入門編
    • FAQ
    • インストール
    • 設定
    • トラブルシューティング
    • バグの報告
  • LMMSの紹介
    • General Interface
    • Settings
    • 3.3 Main Menu Bar
    • 3.4 Toolbar
    • 3.5 Sidebar
    • 3.6 Instrument Window
    • 3.7 Song Editor
    • 3.8 Beat+Bassline Editor
    • Piano Roll
    • Automation
    • 3.11 FX-Mixer
    • 3.12 Project Notes
    • 3.13 Controller Rack
  • 4. PRODUCTION
    • 4.1 Safety
    • 4.2 Jumping Right In
    • 4.3 Instruments: Samples & Presets
    • 4.4 Creating a Track
    • 4.5 Using MIDI
    • 4.6 Using VSTs
    • 4.5 Exporting a Song
    • 4.6 Your First Song with LMMS
  • 5. Built-In Instruments
    • 5.1 AudioFileProcessor
    • 5.2 BitInvader
    • 5.3 FreeBoy
    • 5.4 GIG Player
    • 5.5 Kicker
    • 5.6 LB302
    • 5.7 Mallets
    • 5.8 Monstro
    • 5.9 NEScaline
    • 5.10 OpulenZ
    • 5.11 Organic
    • 5.12 PatMan
    • 5.13 Sf2 Player
    • 5.14 sfxr
    • 5.15 SID
    • 5.16 TripleOscillator
    • 5.17 Vibed
    • 5.18 Watsyn
    • 5.19 ZynAddSubFX
    • 5.20 VeSTige
  • 6. Built-In Effects
    • 6.1 Amplifier
    • 6.2 BassBooster
    • 6.3 Bitcrush
    • 6.4 Crossover Equalizer
    • 6.5 Delay
    • 6.6 Dual Filter
    • 6.7 Dynamics Processor
    • 6.8 Equalizer
    • 6.9 Flanger
    • 6.10 Multitap Echo
    • 6.11 Peak Controller
    • 6.12 ReverbSC
    • 6.13 Spectrum Analyzer
    • 6.14 Stereo Matrix
    • 6.15 StereoEnhancer
    • 6.16 Waveshaper
    • 6.17 LADSPA Effects
  • 7. RESOURCES
    • 7.1 Glossary
    • 7.2 Key Mappings
    • 7.3 Video Tutorials
    • 7.4 Sample Resources
    • 7.5 SoundFont Resources
    • 7.6 VST Resources
    • 7.7 Music Making Resources
    • 7.8 Various Resources
  • 8. LEGAL
    • 8.1 License
Powered by GitBook
On this page
  • 2.3.7 Problems with Settings
  • 2.3.8 Screen Issues

Was this helpful?

  1. LMMSの紹介

Settings

LMMS is very configurable, with many settings that allow you to control how you interact with the software.

2.3.7 Problems with Settings

Some users report that they can't save their settings. This is a recurring Windows issue, with reason not known in depth. To solve this problem, follow these steps:

  • Close LMMS. Make sure nothing from LMMS is running in the background. You can look for this in your "Task Manager". If you do not know how to use "Task Manager", restart your PC!

  • In versions older than Windows 8, "Documents and Settings" is the folder you are looking for. In Windows 10, look in your "C:\Users\<Username>\. There is a file called .lmmsrc.xml. Observe the dot.

  • Use the search tool to find this file. You can't rename this file, but you can move it.

  • Move it to one of the folders you have there, e.g. plugins. Now restart LMMS.

  • You should be now asked to enter new settings, and these settings should be persistent.

  • A computer expert/nerd version of this process exists (you should only attempt this if you know exactly what the code line does!):

    • Run CMD as administrator

    • Paste this command:

move %USERPROFILE%|.lmmsrc.xml %USERPROFILE%|.lmmsrc.xml.bak

Since this problem is shrouded in mystery, you are most welcome to give input in forum, if you have an idea why it happened to you.

2.3.8 Screen Issues

As more people buy very high resolution screens, it will properly force the OS to be able to cope with these screens. We are talking about 2K and 4K displays, These UHD screens do not work well with a lot of programs, but newest LMMS does fine with these screens!

If you installed LMMS < 1.2 you will still have screen scaling issue! Every component is only represented by a tiny unusable window.

LINUX

Use a shell script:

#!/bin/bash
export QT_AUTO_SCREEN_SCALE_FACTOR="0"
export QT_SCREEN_SCALE_FACTORS="eDP-1=2.5;HDMI-1=2.5;DP-0=2.5".<absolute path to lmms AppImage>

The set chmod +x <script name> and make a symlink in /bin/ to it.

NOTE: You have to add all your connected monitors to QT_SCREEN_SCALE_FACTORS in order to make it work with all connected monitors.

PreviousGeneral InterfaceNext3.3 Main Menu Bar

Last updated 5 years ago

Was this helpful?

The solution is to upgrade! In 1.2 and newer, LMMS takes care of screen resolution on Windows 10! For older Windows releases you can attempt a method from an Adobe forum:

http://neoshamon.blogspot.dk/2015/06/adobe-app-scaling-on-high-dpi-displays.html?view=sidebar