Dominic Clark
Dominic Clark
Some arguments in favour of this issue: * Qt's non-native file dialogs are really slow. This is difficult to measure precisely, but the native Windows file dialog can be many...
@PhysSong noted this in the associated issue: > Also, `(r, s) = (0, n)` is equivalent to `(r, s) = (1, n - 1)`, so we don't have to check...
My guess would be that you run LMMS at 48kHz and export at 44.1kHz, but the LV2 plugin isn't aware of the sample rate change for some reason.
>The new search field just looks overlarge to me. Usually, typing 2 or 3 letters will bring you the desired widget, and I'm sure no one ever typed more than...
@Spekular I'd love to have this PR finished up and merged - are you still interested in working on it, or could someone else take it over?
I've merged master into this branch (one of the more finicky merges I've done), and it appears to be working still after a quick test. I hope to be able...
Aside from resolving conflicts and some tidying up and formatting fixes, I have made the following changes: * Fixed handle drawing so they align with the loop at all scaling...
The MSVC builds were failing due to an upstream problem. It has now been fixed, so I've restarted them. They should hopefully pass without further changes.
This isn't working on my local build of master on Windows. I can't see at a quick glance any code that would implement this feature, either. Are we all definitely...
>@DomClark I would appreciate if you could help me debug the qt6 build. After applying the changes from #7086, it builds successfully for me (using Qt 6.7.1 and Visual Studio...