swami / libinstpatch

Instrument file software library.
Other
20 stars 6 forks source link

Add getter functions for SLI soundfont #55

Closed jjceresa closed 4 years ago

jjceresa commented 4 years ago

-ipatch_sli_inst_get_cat_map(). -ipatch_sli_inst_get_cat_strings(). This functions allow libinstpatch to be called as a shared library.

This allows swami to access table in libinstpatch without violation access (PR https://github.com/swami/swami/pull/56 ).