Michael Gregorius
Michael Gregorius
The new dialog shows the LADSPA controls in a matrix layout. Each row corresponds to a LADSPA parameter. Each parameter can have several channels which can be linked. Each channel...
The [installation instructions for the Linux toolchain](https://github.com/electro-smith/DaisyWiki/wiki/1d.-Installing-the-Toolchain-on-Linux) point to [this page](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads) to download the toolchain. I have downloaded [gcc-arm-11.2-2022.02-x86_64-arm-none-eabi.tar.xz](https://developer.arm.com/-/media/Files/downloads/gnu/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-arm-none-eabi.tar.xz) but it gives an internal compiler error when trying to build...
The changes mostly affect the mixer and the LMMS plugins Compressor, EQ and Delay. # How does it look/feel? A video is worth a thousand words: https://github.com/LMMS/lmms/assets/9293269/d74e2070-2e54-4a4d-8351-34bce4a215b1 https://github.com/LMMS/lmms/assets/9293269/906307b3-045a-4cc1-b7f9-28243de960b6 # Detailed...
### Bug Summary The interactions between the controls and the sample view in AFP are quite weird and unintuitive. Some of these are shown in the video below: * If...
Pull request #7071 has fixed a crash that was reported in #7068 by adding safety checks via two new setter methods in `plugins/AudioFileProcessor/AudioFileProcessorWaveView.h`. While the crash is gone there is...
### Bug Summary I got a segmentation fault from just playing a song (with a debug build). The song was "Greippi - Krem Kaakkuja (Second Flight Remix).mmpz" and the crash...
@unfa's issue #2290 made me curious which methods are taxing the CPU when LMMS should be idle. On my machine a release build of LMMS taxes the CPU at around...
Add a Git ignore for the `.vscode` folder. This is for people who use Visual Studio Code as their development environment.
Add the virtual method `Effect::onEnabledChanged` which can be overridden by effects so that they can react to state changes with regards to being enabled or bypassed. The call of this...
Add support to upgrade files with `src` tags that are prefixed with `factorysample:`. Fix the problem for projects that still have "bassloopes" in their source files. See #7186 for more...