Method: Coltrane::Theory::Progression#interval_sequence
- Defined in:
- lib/coltrane/theory/progression.rb
#interval_sequence ⇒ Object
50 51 52 |
# File 'lib/coltrane/theory/progression.rb', line 50 def interval_sequence @interval_sequence ||= IntervalSequence(notes: @root_notes) end |