Package | Description |
---|---|
ibxm | |
paulscode.sound.codecs |
Modifier and Type | Field and Description |
---|---|
private Module |
Player.module |
private Module |
Channel.module |
private Module |
IBXM.module |
Modifier and Type | Method and Description |
---|---|
static Module |
ProTracker.load_mod(byte[] header_1084_bytes,
java.io.DataInput data_input) |
static Module |
Player.load_module(java.io.InputStream input)
Decode the data in the specified InputStream into a Module instance.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Player.set_module(Module m)
Set the Module instance to be played.
|
void |
IBXM.set_module(Module m) |
Constructor and Description |
---|
Channel(Module mod,
int sampling_rate,
int[] global_vol) |
Modifier and Type | Field and Description |
---|---|
private Module |
CodecIBXM.module
Module instance to be played.
|
Modifier and Type | Method and Description |
---|---|
private static Module |
CodecIBXM.loadModule(java.io.InputStream input)
Decodes the data in the specified InputStream into an instance of
ibxm.Module.
|
Modifier and Type | Method and Description |
---|---|
private void |
CodecIBXM.setModule(Module m)
Sets the Module instance to be played.
|