rasmus.interpreter.sampled.midi
Class VoiceRecord

java.lang.Object
  extended by rasmus.interpreter.sampled.midi.VoiceRecord

public class VoiceRecord
extends java.lang.Object


Constructor Summary
VoiceRecord()
           
 
Method Summary
 int getExclusiveClass()
           
 int getKeyFrom()
           
 int getKeyTo()
           
 java.lang.String getName()
           
 int getVelocityFrom()
           
 int getVelocityTo()
           
 Variable getVoice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoiceRecord

public VoiceRecord()
Method Detail

getName

public java.lang.String getName()

getExclusiveClass

public int getExclusiveClass()

getVelocityTo

public int getVelocityTo()

getVelocityFrom

public int getVelocityFrom()

getKeyTo

public int getKeyTo()

getKeyFrom

public int getKeyFrom()

getVoice

public Variable getVoice()