TinySoundFont icon indicating copy to clipboard operation
TinySoundFont copied to clipboard

soundnames inside drumkits

Open kmatze opened this issue 2 years ago • 0 comments

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

kmatze avatar Oct 17 '23 13:10 kmatze