com.vwp.sound.mod.modplay.loader
Class STMLoader

java.lang.Object
  extended by com.vwp.sound.mod.modplay.loader.ModuleLoader
      extended by com.vwp.sound.mod.modplay.loader.STMLoader

public class STMLoader
extends ModuleLoader

Author:
torkjel

Field Summary
 
Fields inherited from class com.vwp.sound.mod.modplay.loader.ModuleLoader
IT, MOD, S3M, STM, UNKNOWN, XM, ZIP
 
Constructor Summary
STMLoader(String name, byte[] d)
           
 
Method Summary
 String getEffect(int eff, int a1, int a2)
           
 String getInstrument(int vol)
           
 Module getModule()
           
 String getVolume(int vol)
           
 
Methods inherited from class com.vwp.sound.mod.modplay.loader.ModuleLoader
getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STMLoader

public STMLoader(String name,
                 byte[] d)
Method Detail

getVolume

public String getVolume(int vol)

getInstrument

public String getInstrument(int vol)

getEffect

public String getEffect(int eff,
                        int a1,
                        int a2)

getModule

public Module getModule()
Specified by:
getModule in class ModuleLoader
Returns:
the module loaded by a module loader.