audio.modules.midi
Class MIDIFileInputSystem

java.lang.Object
  extended by audio.modules.midi.MIDIFileInputSystem
All Implemented Interfaces:
AudioInputSystem, java.io.Serializable, VDMModule

public class MIDIFileInputSystem
extends java.lang.Object
implements AudioInputSystem

See Also:
Serialized Form

Constructor Summary
MIDIFileInputSystem()
           
 
Method Summary
 java.util.Vector<AudioInput> getInterfaces(AudioInterfaceDriver driver, Logger logger)
           
 java.lang.String getName()
          Returns the name of the module.
 java.lang.String getVersion()
          Returns the version of the module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIDIFileInputSystem

public MIDIFileInputSystem()
Method Detail

getInterfaces

public java.util.Vector<AudioInput> getInterfaces(AudioInterfaceDriver driver,
                                                  Logger logger)
Specified by:
getInterfaces in interface AudioInputSystem

getName

public java.lang.String getName()
Description copied from interface: VDMModule
Returns the name of the module.

Specified by:
getName in interface VDMModule
Returns:
"MIDI input 1" or similar

getVersion

public java.lang.String getVersion()
Description copied from interface: VDMModule
Returns the version of the module.

Specified by:
getVersion in interface VDMModule
Returns:
Some sort of versioning information.