class Musicality::MidiEvent

Constants

ORDERING

Public Instance Methods

<=>(other) click to toggle source
# File lib/musicality/performance/midi/midi_events.rb, line 4
def <=> other
  ORDERING[self] <=> ORDERING[other]
end