schellingb / TinySoundFont

SoundFont2 synthesizer library in a single C/C++ file
MIT License
608 stars 71 forks source link

Expand example3.c to accept arbitrary midi and sf2 choice #64

Closed ell1e closed 10 months ago

ell1e commented 2 years ago

This pull request expands example3.c to accept arbitrary midi and sf2 choices as (optional) command line parameters. This allows using example 3 as a very quick and convenient test tool with arbitrary songs and soundfonts, to e.g. find out if a TSF-using app has a bug causing a playback issue or if the bug is in plain vanilla TSF/TMF themselves.