rasmus.interpreter.midi
Class MidiPlayer

java.lang.Object
  extended by rasmus.interpreter.midi.MidiPlayer
All Implemented Interfaces:
UnitFactory

public class MidiPlayer
extends java.lang.Object
implements UnitFactory


Constructor Summary
MidiPlayer()
           
 
Method Summary
 MetaData getMetaData()
           
 UnitInstancePart newInstance(Parameters parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiPlayer

public MidiPlayer()
Method Detail

getMetaData

public MetaData getMetaData()

newInstance

public UnitInstancePart newInstance(Parameters parameters)
Specified by:
newInstance in interface UnitFactory