rasmus.interpreter.midi.modifiers
Class MidiRemapNotes

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

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


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

MidiRemapNotes

public MidiRemapNotes()
Method Detail

getMetaData

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

newInstance

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