Class AUParameterAutomationEvent


  • public final class AUParameterAutomationEvent
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long address()
      < The address of the parameter whose value changed.
      int eventType()
      < The type of the event.
      long hostTime()
      < The host time at which the event occurred.
      long reserved()  
      void setAddress​(long value)
      < The address of the parameter whose value changed.
      void setEventType​(int value)
      < The type of the event.
      void setHostTime​(long value)
      < The host time at which the event occurred.
      void setReserved​(long value)  
      void setValue​(float value)
      < The value of the parameter at that time.
      float value()
      < The value of the parameter at that time.
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AUParameterAutomationEvent

        public AUParameterAutomationEvent()
      • AUParameterAutomationEvent

        protected AUParameterAutomationEvent​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • hostTime

        public long hostTime()
        < The host time at which the event occurred.
      • setHostTime

        public void setHostTime​(long value)
        < The host time at which the event occurred.
      • address

        public long address()
        < The address of the parameter whose value changed.
      • setAddress

        public void setAddress​(long value)
        < The address of the parameter whose value changed.
      • value

        public float value()
        < The value of the parameter at that time.
      • setValue

        public void setValue​(float value)
        < The value of the parameter at that time.
      • eventType

        public int eventType()
        < The type of the event.
      • setEventType

        public void setEventType​(int value)
        < The type of the event.
      • reserved

        public long reserved()
      • setReserved

        public void setReserved​(long value)