rasmus.interpreter.sampled.modifiers
Class AudioChannelMux

java.lang.Object
  extended by rasmus.interpreter.sampled.modifiers.AudioChannelMux
All Implemented Interfaces:
MetaDataProvider, UnitFactory

public class AudioChannelMux
extends java.lang.Object
implements UnitFactory, MetaDataProvider


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

AudioChannelMux

public AudioChannelMux()
Method Detail

getMetaData

public MetaData getMetaData()
Specified by:
getMetaData in interface MetaDataProvider

newInstance

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