Houston4444

Results 272 comments of Houston4444

> Is this still relevant ? (or can it be closed?) Sorry for the late answer. IIRC, no, because @pauldavisthefirst was not agree to rework this action this way. However,...

Because there is no issue tracker here, I propose the plan in this discussion directly. improve rhythm ferret to can easily snap onsets to grid on a multitrack percussive instrument...

thanks for the report. Should be fixed with last commit.

@x42, If we talk about this enum https://docs.gtk.org/Pango/enum.EllipsizeMode.html, I think we are not talking about the same thing. EllipsizeMode only removes the start, the middle or the end of the...

> The vowel and consonant lists are translatable and can be any size. Too many characters, too much work to try to cover many latin languages. example: https://altcodeunicode.com/alt-codes-all-latin-vowel-consonant-letters-with-accents-diacritical-marks/ I could...

something like this ? ``` string lang = std::getenv("LANG"); string sht_lang = lang.substr(0, 2); string locale_vowels = ""; if (sht_lang == "fr"){ locale_vowels = "àéèïôùy"; } /* others "else if"...

Ok good. However, I am not able to add libs/pbd to the translations, I am pretty sure I am not so far. Here is the branch where I am trying...

> Hate to make an issue over it but I just can't seem to figure out how to make the gui go into dark mode / change the theme. It...

Hello ! Maybe the simplest way to do what you expect is to restrict self connect mode for applications using Pipewire through the JACK API. If you take a look...

OK. I won't write a such thing, it seems to be very very long to write for a niche case, sorry. What I can do quite easily is an option...