rasmus.interpreter.midi
Class MidiModule

java.lang.Object
  extended by rasmus.interpreter.ext.ModuleFactory
      extended by rasmus.interpreter.midi.MidiModule
All Implemented Interfaces:
VariableFactory, UnitFactory

public class MidiModule
extends ModuleFactory


Constructor Summary
MidiModule()
           
 
Method Summary
 UnitInstancePart newInstance(NameSpace namespace)
           
 
Methods inherited from class rasmus.interpreter.ext.ModuleFactory
asVariable, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiModule

public MidiModule()
Method Detail

newInstance

public UnitInstancePart newInstance(NameSpace namespace)
Specified by:
newInstance in class ModuleFactory