schellingb / TinySoundFont

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

soundnames inside drumkits #80

Open kmatze opened 9 months ago

kmatze commented 9 months ago

Hi, I use our sf2-lib -> formidable. Thx. for every sound I can get the sound name with:

    g_TinySoundFont->presets[i].bank
    g_TinySoundFont->presets[i].preset
    g_TinySoundFont->presets[i].presetName

for bank 128 (drums) I get the names of drum kits.

Is it possible to get the names of drums inside a drum kit?

thx - kmatze