SoundFontInfoLib  2.21.6
Library for parsing and rendering SF2 files
SF2::IO::Parser::PresetInfo Struct Reference

Extracted preset information from the SF2 file. More...

#include <Parser.hpp>

Public Member Functions

 PresetInfo (std::string n, uint16_t b, uint16_t p)
 

Public Attributes

std::string name
 
uint16_t bank
 
uint16_t preset
 

Detailed Description

Extracted preset information from the SF2 file.

Constructor & Destructor Documentation

◆ PresetInfo()

SF2::IO::Parser::PresetInfo::PresetInfo ( std::string  n,
uint16_t  b,
uint16_t  p 
)
inline

Member Data Documentation

◆ bank

uint16_t SF2::IO::Parser::PresetInfo::bank

◆ name

std::string SF2::IO::Parser::PresetInfo::name

◆ preset

uint16_t SF2::IO::Parser::PresetInfo::preset

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