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

Fix drum playback on Microsoft GS Wavetable synth #8

Open
nmlgc opened this issue Aug 26, 2022 · 0 comments
Open

Fix drum playback on Microsoft GS Wavetable synth #8

nmlgc opened this issue Aug 26, 2022 · 0 comments
Labels
BGM Bug Something isn't working ~≤0.1 pushes Projected number of pushes needed. Might turn out to get more expensive!

Comments

@nmlgc
Copy link
Owner

nmlgc commented Aug 26, 2022

The drum notes in all MIDI files are very short (1/1920th notes), which causes them to not be played consistently on the standard Windows MIDI synth. This could be solved by lengthening them programmatically to 15/480 PPQN, or 128th notes, inside PBGMIDI.CPP.

@nmlgc nmlgc added Bug Something isn't working BGM labels Aug 26, 2022
@nmlgc nmlgc added the ~≤0.33 pushes Projected number of pushes needed. Might turn out to get more expensive! label Sep 25, 2022
@nmlgc nmlgc added ~≤0.1 pushes Projected number of pushes needed. Might turn out to get more expensive! and removed ~≤0.33 pushes Projected number of pushes needed. Might turn out to get more expensive! labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BGM Bug Something isn't working ~≤0.1 pushes Projected number of pushes needed. Might turn out to get more expensive!
Projects
None yet
Development

No branches or pull requests

1 participant