com.frinika.tootX.plugins.analysis
Class AnalysisControls

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 com.frinika.tootX.plugins.analysis.AnalysisControls
All Implemented Interfaces:
AnalysisProcessVariables

public class AnalysisControls
extends uk.org.toot.audio.core.AudioControls
implements AnalysisProcessVariables


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.org.toot.control.CompoundControl
uk.org.toot.control.CompoundControl.BypassControl, uk.org.toot.control.CompoundControl.ControlColumn, uk.org.toot.control.CompoundControl.ControlRow
 
Field Summary
protected static uk.org.toot.control.ControlLaw UNITY_LIN_LAW
           
 
Fields inherited from class uk.org.toot.control.CompoundControl
controls, providerId, USE_PARENT_PROVIDER_ID
 
Fields inherited from class uk.org.toot.control.Control
indicator
 
Constructor Summary
AnalysisControls()
           
 
Method Summary
 boolean canBypass()
           
 
Methods inherited from class uk.org.toot.audio.core.AudioControls
canBeMinimized, getBypassControl, getPersistenceDomain, hasOrderedFrequencies, isBypassed, setBypassed
 
Methods inherited from class uk.org.toot.control.CompoundControl
add, canBeDeleted, canBeInsertedBefore, canBeMoved, canBeMovedBefore, checkInstanceIndex, deepFind, deriveInstanceIndex, disambiguate, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, getProviderId, hasCustomUI, hasPresets, isAlwaysHorizontal, isAlwaysVertical, isNeverBordered, isPluginParent, putClientProperty, remove, setPersistence, setProviderId, toString
 
Methods inherited from class uk.org.toot.control.Control
getAnnotation, getControlPath, getControlPath, getId, getIntValue, getName, getParent, getValueString, isAdjusting, isEnabled, isHidden, isIndicator, notifyParent, setAdjusting, setAnnotation, setEnabled, setHidden, setIntValue, setName
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNITY_LIN_LAW

protected static final uk.org.toot.control.ControlLaw UNITY_LIN_LAW
Constructor Detail

AnalysisControls

public AnalysisControls()
Method Detail

canBypass

public boolean canBypass()
Overrides:
canBypass in class uk.org.toot.audio.core.AudioControls