Class MIDIMessage_64


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setWord0​(int value)  
      void setWord1​(int value)  
      int word0()  
      int word1()  
      • 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

      • MIDIMessage_64

        public MIDIMessage_64()
      • MIDIMessage_64

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

        public MIDIMessage_64​(int word0,
                              int word1)
    • Method Detail

      • word0

        public int word0()
      • setWord0

        public void setWord0​(int value)
      • word1

        public int word1()
      • setWord1

        public void setWord1​(int value)