Class MIDINoteMessage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MIDINoteMessage.MIDINoteMessagePtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      MIDINoteMessage()  
      MIDINoteMessage​(byte channel, byte note, byte velocity, byte releaseVelocity, float duration)  
    • Constructor Detail

      • MIDINoteMessage

        public MIDINoteMessage()
      • MIDINoteMessage

        public MIDINoteMessage​(byte channel,
                               byte note,
                               byte velocity,
                               byte releaseVelocity,
                               float duration)
    • Method Detail

      • getChannel

        public byte getChannel()
      • getNote

        public byte getNote()
      • getVelocity

        public byte getVelocity()
      • getReleaseVelocity

        public byte getReleaseVelocity()
      • setReleaseVelocity

        public MIDINoteMessage setReleaseVelocity​(byte releaseVelocity)
      • getDuration

        public float getDuration()