at method

Chord at(
  1. Pitch root
)

Implementation

Chord at(Pitch root) => new Chord(pattern: this, root: root);