Pulsar  3d3a057
Data Structures | Typedefs | Functions
bfwsd_sound_data.h File Reference

Wave sound data access. More...

#include <pulsar/bfwsd/bfwsd.h>

Go to the source code of this file.

Data Structures

struct  PLSR_BFWSDAdshrCurve
 Wave sound data ADSHR curve. More...
 
struct  PLSR_BFWSDSendValues
 Wave sound data send values. More...
 
struct  PLSR_BFWSDNoteInfo
 Wave sound data note information. More...
 
struct  PLSR_BFWSDSoundDataInfo
 Wave sound data information. More...
 

Typedefs

typedef PLSR_ArchiveTable PLSR_BFWSDNoteInfoTable
 Wave sound data note information table.
 

Functions

PLSR_RC plsrBFWSDSoundDataGet (const PLSR_BFWSD *bfwsd, u32 index, PLSR_BFWSDSoundDataInfo *out)
 Fetch wave sound data information from the specified index in the table.
 
PLSR_RC plsrBFWSDSoundDataNoteGet (const PLSR_BFWSD *bfwsd, const PLSR_BFWSDNoteInfoTable *table, u32 index, PLSR_BFWSDNoteInfo *out)
 Fetch note information from the specified index in the wave sound data note table.
 
NX_INLINE u32 plsrBFWSDSoundDataCount (const PLSR_BFWSD *bfwsd)
 

Detailed Description

Wave sound data access.