vampirefrog

Results 59 comments of vampirefrog

https://github.com/vampirefrog/fathuman/commit/c3904a66ab43212a33b129490699456143dea3bc fixes the error to be more explicit

please verify if this fixes your problem and close issue, and thank you for reporting the issue.

Well okay but both solutions would be hacks because yours would depend on libemu.

I was thinking of a VGM parser that just gives callbacks, and maybe some kind of superclass that auto detects VGM/S98/GYM etc. but also gives you callbacks or virtual functions,...

Here's [my interpreter](https://github.com/vampirefrog/vgm2x/blob/a0c2a6db794422510e52cb139d57db9e94ece58d/vgm/interpreter.h) if it helps any.

I second this request, a rolling spectrogram would be great!

As a rendering technique, you can use a texture in which you draw the row of new pixels, and then render it in two halves, the half after the new...