Method: Musicality::NoteSequence#first_pitch

Defined in:
lib/musicality/performance/model/note_sequence.rb

#first_pitchObject



74
75
76
# File 'lib/musicality/performance/model/note_sequence.rb', line 74

def first_pitch
  elements.first.pitch
end