| Package | Description | 
|---|---|
| ibxm | 
| Modifier and Type | Method and Description | 
|---|---|
static Module | 
ProTracker.load_mod(byte[] header_1084_bytes,
                DataInput data_input)  | 
static Module | 
Player.load_module(InputStream input)
Decode the data in the specified InputStream into a Module instance. 
 | 
static Module | 
ScreamTracker3.load_s3m(byte[] header_96_bytes,
                DataInput data_input)  | 
static Module | 
FastTracker2.load_xm(byte[] header_60_bytes,
              DataInput data_input)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IBXM.set_module(Module m)  | 
void | 
Player.set_module(Module m)
Set the Module instance to be played. 
 | 
| Constructor and Description | 
|---|
Channel(Module mod,
              int sampling_rate,
              int[] global_vol)  |