com.groovemanager.sampled.fx.control
Class LFOWaveFormControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.EnumControl
          extended by com.groovemanager.sampled.fx.control.LFOWaveFormControl

public class LFOWaveFormControl
extends javax.sound.sampled.EnumControl

Control for selection of LFO waveform

Author:
Manu Robledo

Nested Class Summary
static class LFOWaveFormControl.Type
           
 
Constructor Summary
LFOWaveFormControl(java.lang.String[] values, java.lang.String value)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.EnumControl
getValue, getValues, setValue, toString
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LFOWaveFormControl

public LFOWaveFormControl(java.lang.String[] values,
                          java.lang.String value)