Hyunjin Song
Hyunjin Song
Original suggestion LMMS currently have various native effects such as EQ, Reverb, Delay, and so on. However, There are no native compressors/limiters in LMMS. And sidechaining is not easy, since...
We currently support exporting as a loop via `--loop` switch. However, there's no CLI counterpart of "render between loop markers" option. The functionality was added by @curlymorphic via #1482, but...
LMMS supports variable time signature since bf077dd. There have been so many bugs and most of them have been fixed. Now LMMS seems to work correctly with any numerator. However,...
Some paths in SFZ files are in all lower cases while the real path contains capital letters. To reproduce, try loading `Brass - Bass Trombone Solo KS.sfz` in Carla 2.2.0...
Working branch: https://github.com/LMMS/lmms/tree/qt6 As 2023-05-26 is the EOL of Qt 5.15(without subscription licenses), it's worth starting working on Qt 6 support. Since we require C++17 and has helpers for deprecated...
@tresf and I talked on Discord about this. - We have a guide for setting permissions to AppImages, but it's stable-only(see #254 for details) - There are no notes about...
Reported by @qnebra on Discord: > Hmm, this is strange. latest master + #5536 freeze during rendering, and later completly crash. > And now clean master to check. > checked...
As of some version of Wine, `winegcc` requires `__cdecl`(equivalent to `__attribute__((ms_abi))`) calling convention for `main`. Older versions require the usual System-V calling convention. It's okay with 32bit builds because those...
This pull request continues #2466 which was done by @codythecoder. Note that I haven't tested this feature much yet. Closes #2381.
### Summary LMMS may crash on replacing instruments while playing notes. This also happens when loading preset to an instrument track while it's playing. ### Steps to reproduce 1. Open...