Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuning issues present in some ditties #170

Closed
kieranhj opened this issue Mar 22, 2018 · 6 comments
Closed

Tuning issues present in some ditties #170

kieranhj opened this issue Mar 22, 2018 · 6 comments
Assignees

Comments

@kieranhj
Copy link
Owner

The vgm conversion script has struggled to cope with a couple of the death ditties that use multi-channel FX.

See these clues.

@inversephase
Copy link
Collaborator

inversephase commented Mar 22, 2018

@simondotm thinks this is primarily due to the 3.58 vs 4mhz clock. I'm inclined to agree. One thing makes me wonder if there's an issue from where the bass (noise) channel is being tapped. On SMS noise is tapped from the third square wave channel and on one of the tunes (I'll have to find out which) it sounds like it might be coming from square 2 instead?

@simondotm
Copy link
Collaborator

Turned out to be a Quad-Tone issue. BBC Micro does not support harmonized tuned periodic noise at the same time as audible channel 2 tone due to its piddly 15-bit LFSR (whereas SMS has 16-bit).

@mattgodbolt
Copy link

mattgodbolt commented Mar 24, 2018 via email

@inversephase
Copy link
Collaborator

Uh oh, looks like we might have a stalker gents 😉 (or perhaps: a "beebing" tom?)

@mattgodbolt
Copy link

mattgodbolt commented Mar 24, 2018 via email

@simondotm
Copy link
Collaborator

Ok more detailed explanation for interested passers by. :)
https://gist.github.com/simondotm/84a08066469866d7f2e6aad875e598be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants