Dalton Messmer
Dalton Messmer
In LMMS 1.3.0-alpha.1 on Linux Mint 20.3, this feature already seems to be in place. I can add/remove directories and files and the file browser automatically updates. Can anyone else...
You're right. The audio and UI code is pretty tightly coupled with the sound generation code, so creating a "headless" console mode that isn't a hacky solution might require a...
I spent some time testing it with an ASan build. It seems to work fine, and I encountered no issues. I really like the functionality this PR provides, and it...
I just tested it. Here are some things I noticed: - Clicking "Precision" or "Mute" checkboxes puts the focus on those controls, so using the spacebar will select/deselect those boxes...
@sakertooth I still wonder why that sets off the rpmalloc leak detection but using the metronome doesn't, nor previewing samples.
I tested this PR on Linux Mint 20.3, and everything seems to be working fine. However, I have one suggestion: In the `PianoRoll::drawNoteRect` method at line 1010, if you change...
@PhysSong Are you still working on this? If not, I can try getting it to a state where it's ready to merge.
> Of course, the ideal version of this plugin would let you modify every individual slice, but this seems like a good compromise for the moment. The keys were unused...
I think the bug fixes and the reversed slices should be two separate PRs. Then the bug fixes can be merged quickly while we take time to consider how we...
@sakertooth Thanks for the review! I'll address it later today.