toList method

List<PitchClass> toList()

Implementation

List<PitchClass> toList() {
  return identity.enabledBits.map(PitchClass.new).toList();
}