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

Enhancing libmodplug's playback support for MIDI files and other "instrument-free" music formats #97

Open
peteroupc opened this issue Sep 5, 2023 · 0 comments

Comments

@peteroupc
Copy link

peteroupc commented Sep 5, 2023

The following is an enhancement request for libmodplug's support for playing MIDI files (.mid).

  • Support for software synthesis of MIDI files using other instrument source formats besides Timidity's patch format (e.g., downloadable sounds [DLS]; .sbk; SoundFont2 .sf2; OPL2, OPL3, and other FM instrument banks). In this sense, the source code in the projects fluidsynth, libADLMIDI, libOPNMIDI, and OPL3BankEditor may be useful here. Moreover, Timidity's patch format appears to support SoundFont 2 already, but it's cumbersome in libmodplug to specify a directory containing timidity.cfg as opposed to specifying the SoundFont file (.sf2) directly.
  • If not already supported, support seeking of MIDI files such that a pause and resume function can be offered by a media player.
  • Support for popular looping conventions seen in MIDI files, if not already supported.

This request also applies to .abc and other "instrument-free" music formats as it does to MIDI files.

EDIT (Oct. 9): Just as an aside, a public-domain music synthesis library and instrument banks would greatly help improve MIDI playback support across the open-source ecosystem; however, I don't insist on that for purposes of this issue.

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

No branches or pull requests

1 participant