com.yobotics.simulationconstructionset.util.inputdevices
Class MidiControl

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.inputdevices.MidiControl

public class MidiControl
extends java.lang.Object


Nested Class Summary
static class MidiControl.ControlType
           
static class MidiControl.SliderType
           
 
Field Summary
 MidiControl.ControlType controlType
           
 double currentVal
           
 double exponent
           
 int mapping
           
 double max
           
 double min
           
 boolean notify
           
 double reset
           
 MidiControl.SliderType sliderType
           
 
Constructor Summary
MidiControl(int mapping, YoVariable var, double max, double min, double exponent)
           
MidiControl(int mapping, YoVariable var, double max, double min, double exponent, boolean notify)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapping

public int mapping

reset

public double reset

max

public double max

min

public double min

exponent

public double exponent

currentVal

public double currentVal

sliderType

public MidiControl.SliderType sliderType

controlType

public MidiControl.ControlType controlType

notify

public boolean notify
Constructor Detail

MidiControl

public MidiControl(int mapping,
                   YoVariable var,
                   double max,
                   double min,
                   double exponent)

MidiControl

public MidiControl(int mapping,
                   YoVariable var,
                   double max,
                   double min,
                   double exponent,
                   boolean notify)