I’m trying to port the Resonator model from Mutable Instruments Rings to the Befaco Lich module. I was able to compile the code using emcc and run it in the browser without issue using the OwlProgram. I’m running OwlProgram in a Docker container.
I was also able to compile the code into the patch binary format. However, when I uploaded it to Lich using the FirmwareSender the module ran for a couple of seconds without any output and then stopped responding, the display went black, and the gate button LEDs started blinking in turn (either button is lit up for about 150ms then turns off).
I’m trying to debug the code, and I was wondering if that behaviour has a specific meaning? I have not seen that behaviour before, and couldn’t find it described in the documentation on forums.
When I restarted the module the first time, none of the stored patches worked and I didn’t get any audio. I had to restart the module a couple of times (I tried starting it once in boot mode by holding the encoder) before it started working again.
Has anyone had anything similar happen?
I can share the code when I’m on my desktop.