Nugget
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
unsigned | MOD_Check (const struct MODFileFormat *module) |
uint32_t | MOD_Load (const struct MODFileFormat *module) |
unsigned | MOD_LoadEx (const struct MODFileFormat *module, const uint8_t *sampleData) |
void | MOD_Poll () |
void | MOD_Relocate (uint8_t *buffer) |
void | MOD_SetMusicVolume (uint32_t musicVolume) |
void | MOD_PlayNote (unsigned voiceID, unsigned sampleID, unsigned note, int16_t volume) |
void | MOD_PlaySoundEffect (unsigned channel, unsigned sampleID, unsigned note, int16_t volume) |
void | MOD_Silence () |
Variables | |
unsigned | MOD_Channels |
unsigned | MOD_SongLength |
unsigned | MOD_CurrentOrder |
unsigned | MOD_CurrentPattern |
unsigned | MOD_CurrentRow |
unsigned | MOD_Speed |
unsigned | MOD_Tick |
unsigned | MOD_BPM |
unsigned | MOD_LoopStart |
unsigned | MOD_LoopCount |
uint8_t | MOD_PatternDelay |
const uint8_t * | MOD_RowPointer |
int | MOD_ChangeRowNextTick |
int | MOD_ChangeOrderNextTick |
unsigned | MOD_NextRow |
unsigned | MOD_NextOrder |
const uint16_t | MOD_PeriodTable [] |
int | MOD_Stereo |
uint32_t | MOD_hblanks |
unsigned MOD_Check | ( | const struct MODFileFormat * | module | ) |
uint32_t MOD_Load | ( | const struct MODFileFormat * | module | ) |
unsigned MOD_LoadEx | ( | const struct MODFileFormat * | module, |
const uint8_t * | sampleData | ||
) |
void MOD_PlayNote | ( | unsigned | voiceID, |
unsigned | sampleID, | ||
unsigned | note, | ||
int16_t | volume | ||
) |
void MOD_PlaySoundEffect | ( | unsigned | channel, |
unsigned | sampleID, | ||
unsigned | note, | ||
int16_t | volume | ||
) |
void MOD_Poll | ( | ) |
void MOD_Relocate | ( | uint8_t * | buffer | ) |
void MOD_Silence | ( | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |