Class AURecordedParameterEvent


  • public final class AURecordedParameterEvent
    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.
      long hostTime()
      < The host time at which the event occurred.
      void setAddress​(long value)
      < The address of the parameter whose value changed.
      void setHostTime​(long value)
      < The host time at which the event occurred.
      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

      • AURecordedParameterEvent

        public AURecordedParameterEvent()
      • AURecordedParameterEvent

        protected AURecordedParameterEvent​(org.moe.natj.general.Pointer peer)
      • AURecordedParameterEvent

        public AURecordedParameterEvent​(long hostTime,
                                        long address,
                                        float value)
    • 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.