Uses of Class
ibxm.Module

Packages that use Module
ibxm   
 

Uses of Module in ibxm
 

Methods in ibxm that return Module
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)
           
 

Methods in ibxm with parameters of type Module
 void IBXM.set_module(Module m)
           
 void Player.set_module(Module m)
          Set the Module instance to be played.
 

Constructors in ibxm with parameters of type Module
Channel(Module mod, int sampling_rate, int[] global_vol)