Eldred Habert

Results 161 issues of Eldred Habert

- [ ] `def`-less syntax should try suggesting using `def` (If the macro doesn't exist, and the first argument begins with one of the definition tokens, suggest?)

TODO: document the behaviour

enhancement
rgbgfx

## Bug description If the tracker is resized to be too small for the pattern grid, then it's impossible to scroll the view horizontally, and the rightmost channel(s) are inaccessible....

bug
trackerboy

I've had a `EnsureTokenState::New` future with 2 tokens, triggering an assertion failure. I've added a little logging, and it paints the following picture: 1. A task (`obj/lib/vblank.asm.o`) ends up collecting...

bug

Supersedes and closes #364 and closes #323; I redid the changes from scratch to try and simplify the logic, and hopefully give the PR a smaller, more acceptable diff. I...

Thank you for this program! I noticed that the README mentioned writing udev rules, so I did just that. I tested this on my setup, and it seems to work...

There is already somewhat considerable padding within a cell catalog, and splitting the catalog in two in https://github.com/ISSOtm/fortISSimO/commit/a913a51253111184e37d38847800bbcda01aac47 has multiplied the padding by 2.5! This can be mitigated by fusing...

teNOR currently assumes that it can compute the "overlap" optimisation by comparing the cells themselves; this is not true since https://github.com/ISSOtm/fortISSimO/commit/a913a51253111184e37d38847800bbcda01aac47, because nothing guarantees a given cell has the same...

[Tbe track in question](https://github.com/user-attachments/files/17709764/track.zip). Reported bugs: > - desync in pattern 27 on the noise channel > - pulse envelopes in orders 09-0C are broken > - wave channel isn't...

bug
help wanted

- [ ] When truncating an expression to 8-bit, suggest using `LOW()` - [ ] When trying to `ld` two 16-bit regs, suggest using two 8-bit `ld`s - [ ]...