Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mindi

Extremely minimal MIDI library, for old or otherwise resource-limited systems.

Currently a work in progress and very volatile.

Dependencies

  • Be sure to check out submodules! maug and mbeep are required for building.
  • Check framework, for running tests: sudo apt install check
  • ALSA development libraries for beep playback on Linux (not required for DOS, see below): sudo apt install libasound2-dev

DOS MIDI Player

(WARNING: Experimental, extremely funny-sounding. Needs work! If you try it right now on a real machine, you will probably have to reboot that machine!)

midibeep is a simple one-track MIDI player that can be cross-compiled for DOS from a modern UNIX-like system. Given a type 1 MIDI file and a track number, it will attempt to beep out that track on the PC speaker. It requires the OpenWatcom compiler to compile.

  • Ensure that wcc and wcl are in your PATH.
  • Ensure that the WATCOM environment variable is set to your watcom installation directory (e.g. /opt/watcom).
  • Ensure that the INCLUDE environment variable is set to the h subdirectory of your watcom installation directory (e.g. /opt/watcom/h).
  • Execute make midibeep.exe in the project root.

References

Documentation available at: https://indigoparadox.github.io/mindi/

About

Extremely minimal MIDI library and beepy DOS MIDI player.

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages