diff options
author | Chris Robinson <[email protected]> | 2013-12-23 04:07:53 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-23 04:07:53 -0800 |
commit | a43b296c60619e20095bdddcdaf0ad8e5ab87549 (patch) | |
tree | 8556b723fb677e70051eb7d248c578b7d3364b55 /Alc/ALc.c | |
parent | d7de86966d677366d8514a32be46b3040d9bc902 (diff) |
Add methods to get and set presets on a soundfont
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -287,6 +287,8 @@ static const ALCfunction alcFunctions[] = { DECL(alSoundfontSamplesSOFT), DECL(alSoundfontMapSamplesSOFT), DECL(alSoundfontUnmapSamplesSOFT), + DECL(alGetSoundfontivSOFT), + DECL(alSoundfontPresetsSOFT), DECL(alGenPresetsSOFT), DECL(alDeletePresetsSOFT), DECL(alIsPresetSOFT), |