|
RADLib
RADical C++ application framework
|
One SoundFont preset/program exposed by a SoundFont file. More...
#include <RADMedia.h>
Public Attributes | |
| std::string | name |
Preset display name from the SoundFont phdr chunk, or a General MIDI fallback name. More... | |
| uint16_t | bank = 0 |
| MIDI bank number. More... | |
| uint16_t | program = 0 |
| MIDI program number. More... | |
One SoundFont preset/program exposed by a SoundFont file.
| uint16_t RADMedia::SoundFontPreset::bank = 0 |
MIDI bank number.
| std::string RADMedia::SoundFontPreset::name |
Preset display name from the SoundFont phdr chunk, or a General MIDI fallback name.
| uint16_t RADMedia::SoundFontPreset::program = 0 |
MIDI program number.