Class AUParameterAutomationEventType


  • public final class AUParameterAutomationEventType
    extends java.lang.Object
    [@enum] AUParameterAutomationEventType Identifies the different types of parameter automation events. Audio Units may generate parameter changes from their user interfaces. Hosts may attach significance to the beginning and end of a UI gesture (typically touching and releasing a fader). These gestures are conveyed through these types of automation events. [@constant] AUParameterAutomationEventTypeValue The event contains an updated value for the parameter. [@constant] AUParameterAutomationEventTypeTouch The event marks an initial "touch" gesture on a UI element. [@constant] AUParameterAutomationEventTypeRelease The event marks a final "release" gesture on a UI element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Release  
      static int Touch  
      static int Value  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait