Dominic Clark
Dominic Clark
Tooltips are for additional information, and are not meant to be the sole way of distinguishing UI elements. Labelling elements with tooltips is fine if the elements have sufficiently distinct...
Thanks for the report! We've moved our documentation to https://docs.lmms.io/user-manual, and made https://lmms.io/documentation redirect to there. However, the redirect only works for the `/documentation` route, and evidently there are still...
Leave it open for now - we'll close it once we've fixed the redirection.
I can't reproduce this on Windows, either with the 64-bit MinGW CI build for that commit, or with my local MSVC build. @YesImAsh Do you still experience this issue with...
The list of supported file extensions is now dynamically populated based on what libsndfile reports that it supports. I can see OGG files in my local MSVC build, so I...
Can't you just save a preset with the desired configuration? Perhaps it would be worth being able to save default instrument presets, like you can with the default project template,...
If you want to invert the polarity of a waveform, you can currently do that with the "Inverter" LADSPA effect, or with the native "Stereo Matrix" effect by setting L->L...
We use the official Qt distribution (albeit not via the official installer) for MSVC builds, so exclusively using MSVC builds would avoid the version inconsistency, yes. However, we still plan...
Do we have a way to ensure this is done to any future artwork? It would be a shame if this work were omitted from future themes, or even reverted...
`Graph` is a subclass of `QWidget`, so you can use [`QWidget`'s `enabled` property](https://doc.qt.io/qt-5/qwidget.html#enabled-prop). Access it with `isEnabled()` and set it with `setEnabled(bool)`.