Ivan Melnikov
Ivan Melnikov
While this enhancement is not implemented, it seems fairly straightforward to upscale any amsynth skin. I could not find if anyone had already done that for the default skin, so...
LV2 does not support dynamic changes of channel configuration; all input and output channels must be declared in the plugin's manifest (the `.ttl` file). For version 2.11.1, the generated TTL...
I tried to dig dipper into the first failure: ``` ../tests/main_loop_test.cpp:267: FAILED: REQUIRE( main_loop.score() == SingleFrameScene::fps(1) ) with expansion: 9 == 10 ``` I found that for the only scene...
Specifically for CardinalFX I don't see any problems with bypass that just copies inputs to outputs, without any delay. As Cardinal currently does not report any delay to host (at...
> You can save yourself a bypass preset. For me, building a bypass button is more convenient:  I can feed the `GATE` input of switch from a host parameter,...
It looks like the code in `to_chars_hex` assumes that if the machine has `float128`, it also has a supported `long double` layout. But this machine has older weird long double...
> Isn't this the same as: https://github.com/boostorg/charconv/issues/182#issuecomment-2069075260? Well, I totally forgot about that comment. Yes, it looks like it's the same issue. > Are you able to send a patch...
> Can you please try the patch: https://github.com/boostorg/charconv/commit/8796af49a050edc51e29a4a0bd487e4f79d13854.patch from the linked PR, and let me know if it works? The CI PPC64LE run is still showing green with the change....
@fedapo, the error message in the head of this issue I've got when compiling boost 1.86.0 with gcc 13.2.1. So it's not just gcc-11 issue. I also don't see how...
I see same problem on my riscv64 linux box. Here is my understanding of what's happening. On fast machines, `startup_check` for these tests never fails: by the time it's called...