adazem009

Results 27 comments of adazem009

I'm not sure whether this is related, but this also happens when there's a tempo change. Here's a minimal example: ![Screenshot](https://github.com/musescore/MuseScore/assets/68537469/5205d6e9-89ec-4564-b2a5-073648c5190f) If I remove the ritardando, everything is working fine.

> @plastmassor33: That it “seems to happen automatically” is strictly from a user PoV. wink > > Unfortunately it does not look like the Qt.labs API provide the capabilities to...

> @adazem009 Great! > > In order for the unit tests to be successful, could you please update with the master Unit tests are successful now.

> @cbjeukendrup do you have any other suggestions? or is it ready for merge? :) It's ready for merge. I've already tested it on Windows and macOS just to be...

I think it's better to "edit" the commit rather than adding another commit just to fix the coding style. Like this: ```bash git rebase --interactive 'f081985a82307c1f00301d4ca1d126d9b34cc50d^' # hash of the...

> Just had a look at your project and it seems very complete, now I wonder whether or not I should archive scratchnative and link to your project. I've implemented...

> I was talking about deprecating scratchnative in favour of your project. I was also thinking that maybe I could work on a JIT compiler for your VM and other...

Maybe I'll make another contribution for this, but for now, please edit the `toolchain.py` file and add the following line into the `build_gcc()` function: ```py languages += ',fortran' ``` For...

@ShawkMusic Looks like the application forces the wayland platform plugin, but it's broken (probably after switching to Qt 6 in master while 4.3 still uses Qt 5 if I remember...

> > @ShawkMusic Looks like the application forces the wayland platform plugin, but it's broken (probably after switching to Qt 6 in master while 4.3 still uses Qt 5 if...