uk.org.toot.audio.mixer.automation
Class MixerControlsDynamicAutomation

java.lang.Object
  extended by uk.org.toot.audio.mixer.automation.BasicAutomation
      extended by uk.org.toot.audio.mixer.automation.BasicDynamicAutomation
          extended by uk.org.toot.audio.mixer.automation.MixerControlsDynamicAutomation
Direct Known Subclasses:
MixerControlsConciseDynamicAutomation

public abstract class MixerControlsDynamicAutomation
extends BasicDynamicAutomation

Specifies the dynamic automation API in terms of Controls and their values. Hooks into specified MixerControls as an Observer to efficiently monitor all Control changes without needing individual listeners. Relies on Control.notifyParent() Chain of Responsibility.


Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()


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