Interface Pcset

The properties of a pitch class set

Param

a number between 1 and 4095 (both included) that uniquely identifies the set. It's the decimal number of the chrom.

Param

a string representation of the set: a 12-char string with either "1" or "0" as characters, representing a pitch class or not for the given position in the octave. For example, a "1" at index 0 means 'C', a "1" at index 2 means 'D', and so on...

Param

the chroma but shifted to the first 1

Param

the number of notes of the pitch class set

Param

the intervals of the pitch class set starting from C

Hierarchy

Properties

chroma: string
empty: boolean
intervals: string[]
name: string
normalized: string
setNum: number