Dominic Clark

Results 106 comments of Dominic Clark

> ... when I change clip colors (in css) more than once they become gray. Newly created clips adopt the theme color, but any time the clip color is changed...

Sorry for holding this up - the project is moving quite fast at the moment, and while that's a good thing, there's a bit more going on than I have...

I looked over the bits I wanted to check (specifically the thread pool) and I think it's fine for now. The only thing I would add is to make sure...

The issue with narrow strings on Windows only occurs when calling Windows API functions. As long as the strings are converted to wide strings before they're passed to the OS,...

> I would prefer we prefix the UTF-8 based functions with `ut8` so its clear that the result from these functions are a `std::string`/`std::string_view` storing a UTF-8 string. That being...

There's no major advantage to updating to an Ubuntu version later than 20.04 - our Linux builds are tied to that version for another year, so any features in newer...

There are a couple of things going on here, so I'll explain them bit by bit in the hope that it'll help you (and maybe others reading this too) to...

The MIDI inputs/outputs are for interaction with external MIDI devices or software. LMMS has no control over what happens to the MIDI data between it leaving the output and arriving...

> Done via #7045 It doesn't look like it to me - that PR improved the existing features, but didn't add this one.

There's no SDL backend available because the SDL2 target for MinGW is a bit weird and breaks the find module. I was working on this too and have a fix;...