toSet method

Set<PitchClass> toSet()

Implementation

Set<PitchClass> toSet() {
  return identity.enabledBits.map(PitchClass.new).toSet();
}