com.groovemanager.sampled.fx.control
Class InvertFeedbackControl

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

public class InvertFeedbackControl
extends javax.sound.sampled.BooleanControl

Control for setting inversion of feedback

Author:
Manu Robledo

Nested Class Summary
static class InvertFeedbackControl.Type
           
 
Constructor Summary
InvertFeedbackControl(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

InvertFeedbackControl

public InvertFeedbackControl(boolean initialValue)