Dalton Messmer

Results 107 comments of Dalton Messmer

We just upgraded our Linux CI to Ubuntu 20.04 in #7015, so it might be worth checking if this issue still exists in nightly. Also, Sndio is now available as...

Marking this as a draft because there's some refactoring I want to do, and a couple minor features from the TODO list that I want to try adding. I expect...

I'm closing this PR because while L/R routing offers a simple control over L/R plugin channels for common scenarios, there's a lot it's missing. We want a solution that: -...

@sakertooth Windows shouldn't be an issue. When I convert from `QString` to `std::string`, I use `QString.toStdString` which converts to UTF-8, and when I convert from `std::string` to `QString`, I use...

@sakertooth I just removed `basePrefixQString` entirely, which wasn't difficult to do since it hardly had any usage outside of `PathUtil` internally. I also clarified that the new functions use UTF-8....

@sakertooth I'll see about removing some of the other `QString` functions later today.

@tresf I could update the Linux image with a newer CMake using the official PPA if you want. That might be easiest and also won't impact build times

> yeah, I'll take that offer. 🤣 I'll try to do it sometime today > can we use the PPA for mingw ci image too? Yes, I think so, though...

On Linux, Carla Rack and Carla Patchbay crash when I try to use them, and this is not the case on master EDIT: Here's the command-line output: > Carla appears...

I don't think the MinGW builds need to target the oldest Ubuntu LTS like the Linux builds do, so we could probably target Ubuntu 24.04 instead. GitHub build runners +...