ReactOS 0.4.17-dev-934-g091855f
soundfont Struct Reference

#include <soundfont.h>

Collaboration diagram for soundfont:

Public Attributes

UINT preset_count
 
struct sf_preset * phdr
 
struct sf_bag * pbag
 
struct sf_mod * pmod
 
struct sf_gen * pgen
 
UINT instrument_count
 
struct sf_instrument * inst
 
struct sf_bag * ibag
 
struct sf_mod * imod
 
struct sf_gen * igen
 
UINT sample_count
 
struct sf_sample * shdr
 
BYTE * sdta
 

Detailed Description

Definition at line 306 of file soundfont.h.

Member Data Documentation

◆ ibag

struct sf_bag* soundfont::ibag

Definition at line 316 of file soundfont.h.

Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().

◆ igen

struct sf_gen* soundfont::igen

Definition at line 318 of file soundfont.h.

Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().

◆ imod

struct sf_mod* soundfont::imod

Definition at line 317 of file soundfont.h.

Referenced by parse_pdta_list(), and parse_sfbk_chunk().

◆ inst

struct sf_instrument* soundfont::inst

◆ instrument_count

UINT soundfont::instrument_count

Definition at line 314 of file soundfont.h.

Referenced by parse_pdta_list(), and parse_sfbk_chunk().

◆ pbag

struct sf_bag* soundfont::pbag

Definition at line 310 of file soundfont.h.

Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().

◆ pgen

struct sf_gen* soundfont::pgen

Definition at line 312 of file soundfont.h.

Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().

◆ phdr

struct sf_preset* soundfont::phdr

◆ pmod

struct sf_mod* soundfont::pmod

Definition at line 311 of file soundfont.h.

Referenced by parse_pdta_list(), and parse_sfbk_chunk().

◆ preset_count

UINT soundfont::preset_count

Definition at line 308 of file soundfont.h.

Referenced by parse_pdta_list(), and parse_sfbk_chunk().

◆ sample_count

UINT soundfont::sample_count

Definition at line 320 of file soundfont.h.

Referenced by parse_pdta_list(), and parse_sfbk_chunk().

◆ sdta

BYTE* soundfont::sdta

Definition at line 322 of file soundfont.h.

Referenced by parse_sdta_list(), parse_sfbk_chunk(), and wave_create_from_soundfont().

◆ shdr


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