Marcus Ramse
Marcus Ramse
On the second point there, switching the WASM-4 APU over from internally being wall-clock based to being tick-based would both make more sense and fix the issues with gaps between...
I built a proof-of-concept thing in Zig a few months back that would embed the native runtime renderer into the WASM and compare it against whatever it's being ran on....
Nice! I'm kinda wondering why some of the radii seem to give ovals more resembling octagons in the current solution. Comparing to the second one it's very clear. Is this...
Perhaps it could fall back to system `clang` if `WASI_SDK` is not set. I personally don't use any libc functions because they tend to increase binary size quite a bit,...
Took a look at this again. I like how [the PR](https://github.com/aduros/wasm4/pull/334) is so incredibly simple. We also have plenty of bits left in the `tone`s `flags` parameter, which would enable...
This is a pretty good idea! I had a similar one in #472 some time ago (the tone queue thing), but didn't go further than timing then. The API command...
True, 1 millisecond isn't perfect, but it'd leave us with over 16x the amount of usable BPMs (without any time aliasing) compared to the current frame-based limitations. I do not...
> try looking for `env` in each directory in `PATH` in reverse order > This doesn't work with Nix Couldn't this issue be resolved by looking for `env` in `PATH`...
> Like I said, non-standard directories are probably listed first. We don't want a user's cute "env plus extra features" implementation from their home directory to get priority because it's...
Is there more we want to do for this issue, like state import/export, or is it done?