micromod
Class Instrument

java.lang.Object
  extended bymicromod.Instrument

public class Instrument
extends java.lang.Object

A ProTracker style instrument, supporting 8 bit mono samples, and forward looping only.


Field Summary
 byte[] data
           
 int fineTune
           
 boolean looped
           
 int loopStart
           
 java.lang.String name
           
 int sampleEnd
           
 int sampleLength
           
 int sampleSize
           
 int volume
           
 
Constructor Summary
Instrument()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

volume

public int volume

fineTune

public int fineTune

looped

public boolean looped

loopStart

public int loopStart

sampleEnd

public int sampleEnd

sampleLength

public int sampleLength

sampleSize

public int sampleSize

data

public byte[] data
Constructor Detail

Instrument

public Instrument()
Method Detail

toString

public java.lang.String toString()