Class MidiPitchBend

All Implemented Interfaces:
Cloneable

public class MidiPitchBend extends LXShortMessage
  • Constructor Details

  • Method Details

    • getPitchBend

      public int getPitchBend()
      Returns the pitch bend value, signed from [-8192, +8191]
      Returns:
      Pitch bend value
    • getNormalized

      public double getNormalized()
      Returns the pitch bend value normalized space from [-1, +1]
      Returns:
      Normalized pitch bend amount
    • toString

      public String toString()
      Overrides:
      toString in class Object