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

MIDI to IMF converter (for personal fun and Project 16) #27

Open
joncampbell123 opened this issue Sep 10, 2017 · 0 comments
Open

MIDI to IMF converter (for personal fun and Project 16) #27

joncampbell123 opened this issue Sep 10, 2017 · 0 comments
Assignees

Comments

@joncampbell123
Copy link
Owner

Sparky's got my sample IMF code working, great!

It might help game dev if a tool were developed to read MIDI and generate IMF.

IMF as a music format is ideal because playback is as simple as counting timer ticks and writing raw values to the OPL3 chip from the file.

Much of the work already done in hw/adlib to play midi could be re-used to do so.

Copying over the music notes is easy. Making instruments sound like they should is the harder part.

An alternative "cheaters" method might be to add OPL3 logging to DOSBox-X, then play the MIDI in Windows 3.1, and record whatever their MIDI driver is writing to the chip :)

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

1 participant