MidiApps
Class hardCodedComposer

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

public class hardCodedComposer
extends composer


Constructor Summary
hardCodedComposer()
           
 
Method Summary
 void compose()
           
 void setNote(int noteIn)
           
 void setPatch(int patchIn)
           
 
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

hardCodedComposer

public hardCodedComposer()
Method Detail

setNote

public void setNote(int noteIn)

setPatch

public void setPatch(int patchIn)

compose

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