Given a a list of notes or a pcset chroma, produce the rotations of the chroma discarding the ones that starts with "0"
This is used, for example, to get all the modes of a scale.
the list of notes or pitchChr of the set
(Optional, true by default) remove all the rotations that starts with "0"
an array with all the modes of the chroma
Pcset.modes(["C", "D", "E"]).map(Pcset.intervals) Copy
Pcset.modes(["C", "D", "E"]).map(Pcset.intervals)
Given a a list of notes or a pcset chroma, produce the rotations of the chroma discarding the ones that starts with "0"
This is used, for example, to get all the modes of a scale.