rasmus.util.riff.sf2
Class PresetGenerator

java.lang.Object
  extended by rasmus.util.riff.sf2.SoundFontChunk
      extended by rasmus.util.riff.sf2.PresetGenerator
Direct Known Subclasses:
InstrumentGenerator

public class PresetGenerator
extends SoundFontChunk


Field Summary
 byte[] genAmount
           
static java.lang.String[] operators
           
 int sfGenOper
           
 
Constructor Summary
PresetGenerator()
           
 
Method Summary
 byte[] getBytes()
           
 void read(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sfGenOper

public int sfGenOper

genAmount

public byte[] genAmount

operators

public static java.lang.String[] operators
Constructor Detail

PresetGenerator

public PresetGenerator()
Method Detail

read

public void read(java.io.InputStream stream)
          throws java.io.IOException
Throws:
java.io.IOException

getBytes

public byte[] getBytes()
                throws java.io.IOException
Specified by:
getBytes in class SoundFontChunk
Throws:
java.io.IOException