micromod
Class ModuleLoader.ModFormatInfo

java.lang.Object
  extended bymicromod.ModuleLoader.ModFormatInfo
Enclosing class:
ModuleLoader

protected static class ModuleLoader.ModFormatInfo
extends java.lang.Object

A type for the module format information.


Field Summary
 int numChan
           
 boolean pal
           
 boolean supportsPan
           
 
Constructor Summary
protected ModuleLoader.ModFormatInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numChan

public int numChan

pal

public boolean pal

supportsPan

public boolean supportsPan
Constructor Detail

ModuleLoader.ModFormatInfo

protected ModuleLoader.ModFormatInfo()