I have a smaller tracker app that has similar problems on mac.
When you use the keyboard for navigation , holding down a key brings up the accent dialog thing. It also starts doing that “bllllllllllpppppp” noise like you’re doing something wrong.
If you try to add sandbox and harding the SDL timer seems to go nuts, loops too fast and crashes often.
Also, a lot of old tracker code uses 32 bit tricks that arm64 just doesn’t like and there doesn’t seem to be a nice way to force a 32 bit mode.
If you dont build with sandbox or harding it behaves better, but then of course you can’t validate or distribute it.
When you use the keyboard for navigation , holding down a key brings up the accent dialog thing. It also starts doing that “bllllllllllpppppp” noise like you’re doing something wrong.
If you try to add sandbox and harding the SDL timer seems to go nuts, loops too fast and crashes often.
Also, a lot of old tracker code uses 32 bit tricks that arm64 just doesn’t like and there doesn’t seem to be a nice way to force a 32 bit mode.
If you dont build with sandbox or harding it behaves better, but then of course you can’t validate or distribute it.