class Coltrane::Commands::GetChordsFromProgression

Public Instance Methods

run(notation, key) click to toggle source
# File lib/coltrane/commands/get_chords_from_progression.rb, line 4
def run(notation, key)
  Theory::Progression.new(notation, key: key).chords
end