ReactOS 0.4.17-dev-934-g091855f
sf_sample Struct Reference

#include <soundfont.h>

Public Attributes

char name [20]
 
DWORD start
 
DWORD end
 
DWORD start_loop
 
DWORD end_loop
 
DWORD sample_rate
 
BYTE original_key
 
char correction
 
WORD sample_link
 
sf_sample_type sample_type
 

Detailed Description

Definition at line 288 of file soundfont.h.

Member Data Documentation

◆ correction

char sf_sample::correction

Definition at line 297 of file soundfont.h.

◆ end

DWORD sf_sample::end

Definition at line 292 of file soundfont.h.

Referenced by wave_create_from_soundfont().

◆ end_loop

DWORD sf_sample::end_loop

Definition at line 294 of file soundfont.h.

Referenced by wave_create_from_soundfont().

◆ name

char sf_sample::name[20]

Definition at line 290 of file soundfont.h.

◆ original_key

BYTE sf_sample::original_key

Definition at line 296 of file soundfont.h.

◆ sample_link

WORD sf_sample::sample_link

Definition at line 298 of file soundfont.h.

Referenced by wave_create_from_soundfont().

◆ sample_rate

DWORD sf_sample::sample_rate

Definition at line 295 of file soundfont.h.

Referenced by wave_create_from_soundfont().

◆ sample_type

sf_sample_type sf_sample::sample_type

Definition at line 299 of file soundfont.h.

◆ start

DWORD sf_sample::start

Definition at line 291 of file soundfont.h.

Referenced by wave_create_from_soundfont().

◆ start_loop

DWORD sf_sample::start_loop

Definition at line 293 of file soundfont.h.

Referenced by wave_create_from_soundfont().


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