rasmus.interpreter.sampled
Class AudioModule

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

public class AudioModule
extends ModuleFactory


Constructor Summary
AudioModule()
           
 
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

AudioModule

public AudioModule()
Method Detail

newInstance

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