com.groovemanager.sampled.fx.control
Class BypassControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.BooleanControl
          extended by com.groovemanager.sampled.fx.control.BypassControl

public class BypassControl
extends javax.sound.sampled.BooleanControl

Control class for bypass switch

Author:
Manu Robledo

Nested Class Summary
static class BypassControl.Type
           
 
Constructor Summary
BypassControl(boolean initialValue)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.BooleanControl
getStateLabel, getValue, 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

BypassControl

public BypassControl(boolean initialValue)