Method: Coltrane::Theory::Progression#roman_chords

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

#roman_chordsObject



58
59
60
61
62
# File 'lib/coltrane/theory/progression.rb', line 58

def roman_chords
  @roman_chords ||= chords.map do |c|
    RomanChord.new(chord: c, scale: scale)
  end
end