Modifier and Type | Method and Description |
---|---|
static Module |
ProTracker.load_mod(byte[] header_1084_bytes,
java.io.DataInput data_input) |
static Module |
ScreamTracker3.load_s3m(byte[] header_96_bytes,
java.io.DataInput data_input) |
static Module |
FastTracker2.load_xm(byte[] header_60_bytes,
java.io.DataInput data_input) |
static Module |
OpenALMODPlayer.loadModule(java.io.InputStream in)
Load a module using the IBXM
|
Modifier and Type | Method and Description |
---|---|
void |
OpenALMODPlayer.play(Module module,
int source,
boolean loop,
boolean start)
Play a mod or xm track streamed from the specified location
|
void |
IBXM.set_module(Module m) |
Constructor and Description |
---|
Channel(Module mod,
int sampling_rate,
int[] global_vol) |