Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 344 Bytes

Readme.md

File metadata and controls

executable file
·
20 lines (14 loc) · 344 Bytes

sfMidi

sfMidi is a library for playing MIDI files with SoundFont 2 in SFML.

Original Author

Kerli Low (a.k.a. zorexx) [email protected] http://www.zorexxlkl.com

Building

Depends on libfluidsynth.

mkdir build && cd build
cmake ..
cmake --build .

The test program will be built automatically