Class MIDIEventPacket


  • public final class MIDIEventPacket
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        MIDIEventPacket()  
      protected MIDIEventPacket​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTimeStamp​(long value)  
      void setWordCount​(int value)  
      void setWords​(int value, int field_idx)  
      long timeStamp()  
      int wordCount()  
      int words​(int field_idx)  
      • 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

      • MIDIEventPacket

        public MIDIEventPacket()
      • MIDIEventPacket

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

      • timeStamp

        public long timeStamp()
      • setTimeStamp

        public void setTimeStamp​(long value)
      • wordCount

        public int wordCount()
      • setWordCount

        public void setWordCount​(int value)
      • words

        public int words​(int field_idx)
      • setWords

        public void setWords​(int value,
                             int field_idx)