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

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

public abstract class BasicAutomation
extends java.lang.Object

This class ensures all mixer strips have AutomationControls which are initially empty. Subclasses implement ensureAutomationControls() to ensure the correct controls are available.


Constructor Summary
BasicAutomation(MixerControls controls)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAutomation

public BasicAutomation(MixerControls controls)


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