Simon Gündling
Simon Gündling
Amazing! I wasn't able to figure this out on my own. I'll try to understand what's happening here. This is a very valuable proof of concept and I can confirm...
No worries. I'll look into updating libopenmpt. It seems the JS builds provided by libopenmpt are no longer compatible out of the box. If I understand the emscripten docs correctly...
Sounds odd. There should not be a difference between the files from jsdelivr vs what you get from this repo. Are you sure the you're using identical files? Newer releases...
Hello! It appears Docker images are affected by this issue. Specifically, I am using `haproxytech/haproxy-alpine-quic:2.9`. Using `reload_strategy: systemd` is not an option as systemd is not available inside the container....
I'm sure it can be done. libopenmpt can supports muting channels using the [`set_channel_mute_status`](https://lib.openmpt.org/doc/structopenmpt__module__ext__interface__interactive.html#a874f7ea95fdb65c470fac5259c1ddb75) function. However, I can't figure out how to call `openmpt_module_ext_get_interface` from JS correctly to obtain the...
I did a bit of research and I think we might have to create some bindings so we can access the `openmpt_module_ext_interface_interactive` struct from JS and call the functions pointers...
Amazing work! I'll take a good look at it and get this merged ASAP.
Not sure if this is the issue here. The error message doesn't ring any bells for me (appears to be related to browser extensions?). I'm guessing you should wait until...
**Short answer** no, not without major changes (i believe) **Long answer** I don't think it's possible to play audio from a Web Worker. However you could try to render the...
Sorry for the late response. The library behind chiptunejs `libopenmpt` can do everything you'd expect from a tracker. It's the same code that OpenMPT is built upon. Exposing the functionality...