Results 76 comments of bryc

>no game uses these features what about NSFs? only partially supporting a soundchip because no one used its noise generator at the time, is really bad.

Came here to report this issue. [AVIF.io](https://avif.io/)'s lossless mode also isn't lossless. Only Paint.net is saving lossless properly so far.

Not sure if this is related, but 0.9.6 has a noticeably different (faster) LFO period than 0.9.1. I made sure both versions were set to "Modern" engine, opened the "LAURIE"...

you could add a blending method like bi-linear/bi-cubic to soften it. Or an anti-aliased scaling shader such as this: ```glsl uniform sampler2D texture; varying vec2 uv; void main(){ vec2 size...

More suggestions: In [this song](https://www.youtube.com/watch?v=UE9ml5b10xI) I made with only 3 melodic patterns, I was able to cut off patterns early using an empty pattern, which enabled some interesting sequencing. But...

New feature suggestion: Wavetable morphing/modulators. I'm assuming klystrack can already work with single cycle waveforms, but never explored that yet (soon to be remedied). But this MSX2 SCC tracker came...

Here is the test case which I think highlights what @rasky is talking about: [RxxTest.zip](https://github.com/Artefact2/libxm/files/6336968/RxxTest.zip). Here's some audio comparisons. This is a diff of FT2Clone (Dark) and LibXM (Light): ![image](https://user-images.githubusercontent.com/1408749/115256933-a926e280-a0fd-11eb-86ae-4418ca20c22e.png)...

> Yep concerning Stereo, XM tracker artists back in the 90s were really allergic to stereo samples probably to save space. So a lot of people fanned out of the...

I can confirm that setting Dynarec Code Invalidation to **Full** seems to enough to prevent the crash, regardless of the DMA event number.

> I assume, you don't understand the real purposes of the usage of the seed. No, I understand what a seed is. It is a parameter that alters the initial...