vampirefrog

Results 59 comments of vampirefrog

Add two timer modes: FM timer and PCM timer. FM timer would use the chip's internal timers (A or B), and will be useful if fmtoy will run with real...

Pseudo code for pcm timers: ```c struct timer { int numerator, denominator, remainder; }; void timer_init(struct timer *t, int numerator, int denominator); int timer_advance(struct timer *t, int num_samples, int *triggered);...

Technically you can still add the C++17 stuff as long as it's an optional feature, and disabled by default, and then port it to C++98 later.

I'll attempt to make a new release but mdx2vgm is not present in this release, so you might as well use the old release for that. I never finished this...

yep, as I expected, it doesn't currently compile, so a new release will have to wait until I get more time

technically I could just add vgm logging to mdxplay and that might be good enough

Added issue #15

Another solution would be to return the data mostly as-is, and to do the same for all the providers, not just GitHub: - email address - bool is_primary - bool...