RADLib
RADical C++ application framework
RADMedia::SoundFontPreset Struct Reference

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...
 

Detailed Description

One SoundFont preset/program exposed by a SoundFont file.

Member Data Documentation

◆ bank

uint16_t RADMedia::SoundFontPreset::bank = 0

MIDI bank number.

◆ name

std::string RADMedia::SoundFontPreset::name

Preset display name from the SoundFont phdr chunk, or a General MIDI fallback name.

◆ program

uint16_t RADMedia::SoundFontPreset::program = 0

MIDI program number.


The documentation for this struct was generated from the following file: