fix: ImpulseTracker style instrument filters

This commit is contained in:
minjaesong
2026-05-03 00:38:54 +09:00
parent aaf3cc28b2
commit 5d968fecf5
3 changed files with 120 additions and 23 deletions

View File

@@ -2108,6 +2108,10 @@ TODO:
[x] cue and pattern compression of the Taud format (taud_common.py, taud.mjs)
[x] figure out how IT (0..256) and FT2 (0..FFF + cut) handles volume fadeout numbers, and come up with a compatible Taud spec, then implement
[x] Pitchbend on Amiga frequency mode sometimes works right, sometimes works wrong. (effect underdelivers) Affects every song with Amiga picth mode, AND ON THE fresh taut.js session only
[x] Fix 4THSYM.it filters
[ ] 4THSYM.it: pitchbend is wrong, some notes keep playing (loudly!) even if new notes are emitted
[ ] some notes are emitted with wrong volset (tested with .mod, may affect others as well)
[ ] nearly_there_.mod: `C#5 SD300 / ... / C-5 SD200 / A#4 / G#4`: every C-5 SD200 (there are four occurances) gets skipped
[ ] implement bitcrusher and overdrive (eff sym '8' and '9')