rasmus.util.riff.sf2
Class PresetModulator

java.lang.Object
  extended by rasmus.util.riff.sf2.SoundFontChunk
      extended by rasmus.util.riff.sf2.PresetModulator
Direct Known Subclasses:
InstrumentModulator

public class PresetModulator
extends SoundFontChunk


Field Summary
 int modAmount
           
 int sfModAmtSrcOper
           
 int sfModDestOper
           
 int sfModSrcOper
           
 int sfModTransOper
           
 
Constructor Summary
PresetModulator()
           
 
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

sfModSrcOper

public int sfModSrcOper

sfModDestOper

public int sfModDestOper

modAmount

public int modAmount

sfModAmtSrcOper

public int sfModAmtSrcOper

sfModTransOper

public int sfModTransOper
Constructor Detail

PresetModulator

public PresetModulator()
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