MidiApps
Class randomComposer

java.lang.Object
  |
  +--MidiApps.composer
        |
        +--MidiApps.randomComposer

public class randomComposer
extends composer


Constructor Summary
randomComposer()
           
 
Method Summary
 void compose()
           
 byte getPatch(int index)
           
 void setPatch(byte patchIn, int index)
           
 
Methods inherited from class MidiApps.composer
createSequence, getBaseMidiPitch, getBeatLength, getFileNameFinal, getNumOctaves, setBaseMidiPitch, setBeatLength, setDirectory, setFileName, setNumOctaves, setResolution, setTracer, writeMidiFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

randomComposer

public randomComposer()
Method Detail

setPatch

public void setPatch(byte patchIn,
                     int index)

getPatch

public byte getPatch(int index)

compose

public void compose()
Specified by:
compose in class composer