Dominic Clark
Dominic Clark
### Bug Summary When building with MSVC using the `RelWithDebInfo` configuration, a mixture of debug and release libraries is used. #### Steps to reproduce Build the `master` branch with MSVC...
This issue is to discuss where documentation and help should be kept, and how to make it available to users. Most of the documentation for the software is currently only...
There are a couple of things I want to do with this class: I want to be able to filter multiple layouts with a single search field (for VST3), and...
Our current IPC system for communicating with the remote plugins (RemoteVstPlugin and RemoteZynAddSubFx) has a number of issues: * **Cannot reliably send messages from the remote plugins to LMMS:** Messages...
Adds options to change the bar numbering system in the piano roll and automation editor. The options are: * **Relative to clip**: bar numbers start from 1 at the beginning...
This PR is mostly just to get a CI build of this feature for a user on Discord, but maybe it could be useful? Does what it says on the...
This doesn't offer any immediate benefits, but is part of the work I'm doing towards a plugin manager and scanning system. I've separated it out into its own PR for...
This causes CMake warnings (including `AUTHOR_WARNING` and `DEPRECATION` level messages) to be reported as errors, which means that all CMake warnings must be fixed for CI to pass. See [the...