RetroArch
Classes | Functions | Variables
ibxm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  data
 
struct  sample
 
struct  envelope
 
struct  instrument
 
struct  pattern
 
struct  module
 

Functions

struct modulemodule_load (struct data *data, char *message)
 
void dispose_module (struct module *module)
 
struct replaynew_replay (struct module *module, int sample_rate, int interpolation)
 
void dispose_replay (struct replay *replay)
 
int replay_calculate_duration (struct replay *replay)
 
int replay_seek (struct replay *replay, int sample_pos)
 
void replay_set_sequence_pos (struct replay *replay, int pos)
 
int replay_get_audio (struct replay *replay, int *mix_buf)
 
int calculate_mix_buf_len (int sample_rate)
 

Variables

const char * IBXM_VERSION
 

Function Documentation

◆ calculate_mix_buf_len()

int calculate_mix_buf_len ( int  sample_rate)
Here is the call graph for this function:

◆ dispose_module()

void dispose_module ( struct module module)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dispose_replay()

void dispose_replay ( struct replay replay)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ module_load()

struct module* module_load ( struct data data,
char *  message 
)
Here is the call graph for this function:

◆ new_replay()

struct replay* new_replay ( struct module module,
int  sample_rate,
int  interpolation 
)
Here is the call graph for this function:

◆ replay_calculate_duration()

int replay_calculate_duration ( struct replay replay)
Here is the call graph for this function:

◆ replay_get_audio()

int replay_get_audio ( struct replay replay,
int *  mix_buf 
)
Here is the call graph for this function:

◆ replay_seek()

int replay_seek ( struct replay replay,
int  sample_pos 
)
Here is the call graph for this function:

◆ replay_set_sequence_pos()

void replay_set_sequence_pos ( struct replay replay,
int  pos 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ IBXM_VERSION

const char* IBXM_VERSION