class Music::Performance::MidiEvent
Constants
- ORDERING
Public Instance Methods
<=>(other)
click to toggle source
# File lib/music-performance/arrangement/midi/midi_events.rb, line 5 def <=> other ORDERING[self] <=> ORDERING[other] end