All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.nosuch.midi.MidiOutput

public interface MidiOutput
Handle MIDI output.


Method Index

 o close()
 o open()
 o reset()
 o schedule(byte[], long)
 o schedule(MidiPhrase, long)
 o startRunning()
 o stopRunning()

Methods

 o open
 public abstract void open() throws MidiException
 o reset
 public abstract void reset()
 o close
 public abstract void close() throws MidiException
 o schedule
 public abstract void schedule(MidiPhrase p,
                               long offset) throws MidiException
 o schedule
 public abstract void schedule(byte b[],
                               long offset) throws MidiException
 o startRunning
 public abstract void startRunning()
 o stopRunning
 public abstract void stopRunning()

All Packages  Class Hierarchy  This Package  Previous  Next  Index