wizofaus
wizofaus
The text formatting code is rather fragile unfortunately - are you able to find the pull request associated with that change? Essentially though we got rid of object- level formatting...
Yes, there were definitely some issues with styles, but there were worse such issues in v3.6. I found the PR here https://github.com/musescore/MuseScore/pull/8815 but unfortunately it didn't shed any light on...
Is it normal in a MacOS environment for CSV files NOT to be newline terminated? I'm used to expecting CSV files to end with a newline (or CRLF), so if...
@JamesNK - do you think this functionality is worth adding? I'm happy to give it a go, doesn't look like it's likely to break very much (e.g. adding a "forWriting"...
Doesn't work as I expected - `Assert.Equal("\n", " ", ignoreAllWhiteSpace: true);` still fails?
Well, xml technically, but in my book linefeeds are whitespace (unless specified otherwise). Anyway, yes, with a replace on \n (and \r) characters first it works as expected. For the...
> @wizofaus - You still shouldn't be doing it with string comparisons, because there are additional transformations that might be made that still result in semantically identical documents. The most...
This can be closed, it appears to already be fixed!
ChatGPT integration anybody?
It's worse than that, if you hold down one note then press another, the first one stops immediately, regardless of how long it would have been played for otherwise.