Raphael Dinge

Results 43 comments of Raphael Dinge

Hi @bepitulaz Sorry for the late reply, we are quite busy here. Did you try to set a breakpoint on `malloc_error_break`? This should lead to where the error occurs, at...

Hi, You could try to launch the Python interpreter and just do ``` >>> import ctypes.wintypes ``` And what it returns. `ctypes` is part of the Python Standard Library. My...

Hi Eric, You do have some support for it already, for example the [`Display`](https://github.com/ohmtech-rdi/eurorack-blocks/blob/main/include/erb/Display.h) class and [Eastrising 128x64 display](https://github.com/ohmtech-rdi/eurorack-blocks/tree/main/build-system/erbui/generators/front_pcb/er.display.spi.128x64.manual) Though for this, since `kivu12` doesn't have display support, you need...