Class MIDIValueMap


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setValue​(byte value, int field_idx)  
      byte value​(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

      • MIDIValueMap

        public MIDIValueMap()
      • MIDIValueMap

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

      • value

        public byte value​(int field_idx)
      • setValue

        public void setValue​(byte value,
                             int field_idx)