Hyunjin Song
Hyunjin Song
FYI, CMake homepage lists [the official PPA](https://apt.kitware.com/) and [pip package](https://pypi.org/project/cmake/) as alternative installation methods.
If I remember correctly, it was implemented very long time ago but disabled for some reason. One can enable that by defining `AUDIO_PORT_SUPPORT`, but it failed to build. With these...
I just noticed SF2 player and GIG player are still MSVC incompatible due to VLAs. https://github.com/LMMS/lmms/blob/29c210128a18fc48fe9771ae3b33b1eab7b0f92a/plugins/sf2_player/sf2_player.cpp#L634-L635 https://github.com/LMMS/lmms/blob/29c210128a18fc48fe9771ae3b33b1eab7b0f92a/plugins/GigPlayer/GigPlayer.cpp#L451 https://github.com/LMMS/lmms/blob/29c210128a18fc48fe9771ae3b33b1eab7b0f92a/plugins/GigPlayer/GigPlayer.cpp#L468 https://github.com/LMMS/lmms/blob/29c210128a18fc48fe9771ae3b33b1eab7b0f92a/plugins/GigPlayer/GigPlayer.cpp#L540
Bug confirmed. Some conditions should be met to reproduce this bug: - The editor must be able to be scrolled vertically - Enter/Return key should be pressed after renaming ![bb_1...
I found that #5102 caused the issue and also #6330. When the vertical scroll bar is visible, the width of `TrackContainerView::m_scrollArea->widget()` plus the width of the scroll bar becomes larger...
It seems like they reverted some changes, so I had to remove `__cdecl` again in Wine 6.0-rc1. Having it where it's not needed leads to crashes.
It seems like Wine 4.10 to 5.22 are affected. The upstream reverted the problematic commit, see https://source.winehq.org/git/wine.git/commit/2e115ab4420e9595c956c082e76b603fa684be20.
Reproduced. The parameter count of ReaEQ VST plugins changes as the number of band changes. This is also true for some other ReaPlugs plugins such as ReaXcomp(see #6223). `knobFModel` member...
FYI, There is https://github.com/LMMS/lmms-ci-docker for container images
Why don't you just use `ClipView::contextMenuEvent`?