Raphael Dinge
Raphael Dinge
@niektb I think that's for me @sletz I'm more concerned by this line: ``` static void deletemydspSIG0(mydspSIG0* dsp, dsp_memory_manager* manager) { dsp->~mydspSIG0(); manager->destroy(dsp); } ``` Since deallocating memory is not...
What is this `SIG0`? From what is it generated? @sletz I'm trying to find a workaround: - Either find a way to give an alternative to the user (another Faust...
Ah great, I'll try this sometimes soon and report, thanks! 👍
Hi, and thanks again for your report. Indeed our version of `libDaisy` is a bit old, didn't see that `v5.x` came out. For this, we need to update the commit...
Ah ok. Then could you please: ``` git submodule update --init --recursive ``` And tell me if `v4` works for you? If that's the case, I would close this issue,...
FYI, the libDaisy bootloader had a bug which would prevent to use `kivu12` together with QSPI mode (ie `section qspi`). This [has been already fixed](https://github.com/electro-smith/libDaisy/pull/548) and waiting to be merged....
To be able to reproduce, I guess that in this case, the package was not added to max? @OmsInSerial eg. https://github.com/ohmtech-rdi/eurorack-blocks/issues/556#issuecomment-1589268201
@OmsInSerial We used a different method to launch `erbb` in Max for Windows. It already landed on `main` could you please `git pull` the `main` branch and give it a...
@OmsInSerial I think there was some sort of error when pulling: ``` error: Your local changes to the following files would be overwritten by merge: build-system/setup/__init__.py Please commit your changes...
But also there is another fix we didn't integrate yet, because this `ln -s` can't really work properly actually. @eliottparis is currently working on it. So maybe let's postpone the...