Dalton Messmer
Dalton Messmer
Hello, I added a command-line option that allows the user to render a MOD file to WAV without going through the GUI. Usage: `pt2-clone example.mod --mod2wav` A WAV file called...
**Describe the bug** The address sanitizer build of a CLAP host I'm developing indicates that there's a memory leak after I call the `clap_plugin_factory->get_plugin_descriptor()` function in the OctaSine v0.9 CLAP...
This PR is my effort at a sample cache. I originally made it to test some eviction strategy ideas that differed from that of #6703, but then I polished it...
This PR updates the Linux CI builds to use Ubuntu 20.04 (focal) instead of Ubuntu 18.04 (bionic). A few changes were needed for a successful build: - Created an Ubuntu...
## Automation lanes *A stricter, opt-in subset of automation tracks which fix several of the problems automation tracks have while also offering some unique benefits.* ### The Problem(s) Current automation...
### Enhancement Summary The Docker image at https://hub.docker.com/r/lmmsci/linux.gcc only offers Ubuntu 18.04 (Bionic) as the latest version, but Ubuntu 20.04 (Focal) is now needed. Ubuntu 22.04 (Jammy) would also be...
This is a simple quality-of-life improvement for the Piano Roll. When working with large midi clips in the Piano Roll, it can be tiring to switch between clips because the...
This PR fixes a new/delete mismatch that was first noticed here in Helm: https://github.com/mtytel/helm/issues/280
[*Builds available here*](https://lmms.io/download/pull-request/7199) This has been in the works for over a year now, so I'm really excited to share it. There are a number of known issues (listed below)...
I'm moving some of the additions from #7199 into this separate PR to make reviewing the CLAP PR easier. - Adds UTF8-encoded std::string/std::string_view support to `PathUtil` - Adds "Internal" Base...