uk.org.toot.audio.delay
Class AbstractDelayControls

java.lang.Object
  extended by java.util.Observable
      extended by uk.org.toot.control.Control
          extended by uk.org.toot.control.CompoundControl
              extended by uk.org.toot.audio.core.AudioControls
                  extended by uk.org.toot.audio.delay.AbstractDelayControls
Direct Known Subclasses:
ModulatedDelayControls, MultiTapDelayStereoControls, RoomSimulatorControls, TempoDelayControls

public class AbstractDelayControls
extends AudioControls


Nested Class Summary
static class AbstractDelayControls.MixControl
           
 
Nested classes/interfaces inherited from class uk.org.toot.control.CompoundControl
CompoundControl.BypassControl
 
Field Summary
 
Fields inherited from class uk.org.toot.control.CompoundControl
USE_PARENT_PROVIDER_ID
 
Constructor Summary
AbstractDelayControls(int id, java.lang.String name)
           
 
Method Summary
 float getFeedback()
           
 float getMix()
           
 boolean isFeedbackInverted()
           
 boolean isWetInverted()
           
 
Methods inherited from class uk.org.toot.audio.core.AudioControls
canBeMinimized, canBypass, getBypassControl, getPersistenceDomain, hasOrderedFrequencies, isBypassed, setBypassed
 
Methods inherited from class uk.org.toot.control.CompoundControl
canBeDeleted, canBeInsertedBefore, canBeMoved, canBeMovedBefore, deepFind, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, getProviderId, hasCustomUI, hasPresets, isAlwaysHorizontal, isAlwaysVertical, isNeverBordered, isPluginParent, putClientProperty, setEnabled, setPersistence, setProviderId, toString
 
Methods inherited from class uk.org.toot.control.Control
getAnnotation, getControlPath, getControlPath, getId, getIntValue, getName, getParent, getValueString, isAdjusting, isEnabled, isHidden, isIndicator, setAdjusting, setAnnotation, setHidden, setIntValue, setName
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDelayControls

public AbstractDelayControls(int id,
                             java.lang.String name)
Method Detail

isFeedbackInverted

public boolean isFeedbackInverted()

getFeedback

public float getFeedback()

isWetInverted

public boolean isWetInverted()

getMix

public float getMix()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.