Ellie
Ellie
> Maybe it would make more sense to add a `v->playingChannel = -1` to `tsf_note_on` The only reason I didn't do it that way in this pull request is because...
Due to how inflexibly giant the popup is, the plugin is straight up unusably broken on the PinePhone:  So the popup could really use a major overhaul to make...
Ah, interesting. I'm wondering, maybe logging to a file still could be useful? It would also make it easier to find for confused people like me who didn't find the...
I think a Win XP compatible variant could maybe look like this: ``` static FILE *mz_fopen(const char *pFilename, const char *pMode) { WCHAR* wFilename = mz_utf8z_to_widechar(pFilename); WCHAR* wMode = mz_utf8z_to_widechar(pMode);...
Any updates on this? People are using the Raspberry increasingly for normal desktop tasks, so this seems like it should be fixed (with the secure variant being the default). Does...
> the issue is still open That, and the referenced https://github.com/raspberrypi/tools/pull/115 hasn't been merged. Was it superseded by https://github.com/raspberrypi/tools/pull/117 then?
> enabled either by an external stub file or by an as-yet-non-existent firmware config.txt setting Wouldn't it make the most sense if it was somehow set through the kernel mitigations...
The mitigations kernel option. It is for sure more known under the general Linux population, and since it needs to be set to the desired value anyway having a separate...
If that would reliably work with major distros and partitioning setups (like with LUKS/unlocking initramfs), then that sounds like the best variant to me personally, linking it to the kernel...
Via [rpi4-uefi](https://rpi4-uefi.dev) + the generic Fedora ARM64 image I think the kernel options usually reside in `/etc/default/grub` which I think might support comments (don't quote me on that), so maybe...