Class MidiNote

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
MidiNoteOff, MidiNoteOn

public abstract class MidiNote extends LXShortMessage
  • Constructor Details

  • Method Details

    • getPitchString

      public static String getPitchString(int pitch)
    • getPitchString

      public String getPitchString()
    • getPitch

      public int getPitch()
    • getVelocity

      public int getVelocity()
    • isNoteOn

      public boolean isNoteOn()