Method: Coltrane::Theory::Scale#degree_of_note

Defined in:
lib/coltrane/theory/scale.rb

#degree_of_note(note) ⇒ Object



84
85
86
# File 'lib/coltrane/theory/scale.rb', line 84

def degree_of_note(note)
  notes.index(note)
end